summaryrefslogtreecommitdiffstats
path: root/config/mysql.properties.example
diff options
context:
space:
mode:
authorNils Schwabe2014-04-08 12:23:58 +0200
committerNils Schwabe2014-04-08 12:23:58 +0200
commitc5c204b42ef294ecaf5ff7b048d26e117ddb8c57 (patch)
treee3aa563b42e631994818ca624796a076cbe50725 /config/mysql.properties.example
parentInitial Commit (diff)
downloadmasterserver-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.example6
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
-