diff options
| author | Nils Schwabe | 2014-04-08 12:23:58 +0200 |
|---|---|---|
| committer | Nils Schwabe | 2014-04-08 12:23:58 +0200 |
| commit | c5c204b42ef294ecaf5ff7b048d26e117ddb8c57 (patch) | |
| tree | e3aa563b42e631994818ca624796a076cbe50725 /config/mysql.properties.example | |
| parent | Initial Commit (diff) | |
| download | masterserver-c5c204b42ef294ecaf5ff7b048d26e117ddb8c57.tar.gz masterserver-c5c204b42ef294ecaf5ff7b048d26e117ddb8c57.tar.xz masterserver-c5c204b42ef294ecaf5ff7b048d26e117ddb8c57.zip | |
LDAP functionallity
- 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
Diffstat (limited to 'config/mysql.properties.example')
| -rw-r--r-- | config/mysql.properties.example | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/mysql.properties.example b/config/mysql.properties.example deleted file mode 100644 index a434dff..0000000 --- a/config/mysql.properties.example +++ /dev/null @@ -1,6 +0,0 @@ -# Fill in credentials and rename to mysql.properties -host=localhost -db=masterserver -user=masterserver -password=geheim - |
