summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/db/LDAPUser.java
Commit message (Collapse)AuthorAgeFilesLines
* [LdapUser] Added doc-comments, some TODOs, restructured connection error ↵Simon Rettberg2014-04-191-134/+0Star
| | | | checking
* added connection to image databaseNils Schwabe2014-04-111-3/+3
| | | | | | --> images are now processed after ftp upload --> image is moved to image_dir --> DB is updated with imageData
* Added Globals.java and global propertiesNils Schwabe2014-04-091-1/+1
| | | | | | Added Ftpserver test Created some ftp testign in App.java (needs to be removed) Added Ftplet to trigger on FTP Commands
* LDAP functionallityNils Schwabe2014-04-081-0/+134
- added apache ldap client api to pom.xml - added the LDAP user which authenticates to the LDAP server - added testAuthentication to AppTest - users get inserted into db after authenticating - added log4j properties to filter unuseful debug messages