summaryrefslogtreecommitdiffstats
path: root/src/mad-core.conf
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-02-13 00:00:05 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-02-13 00:00:05 +0100
commit04363ca342914ba75e693edb876cbe535839fa79 (patch)
treed1309d7b0f6288a8250e972e5cab2546f2a77609 /src/mad-core.conf
parent2ab1fbd763ad8692ea3ca29705a4fe821ccb1309 (diff)
downloadmad-04363ca342914ba75e693edb876cbe535839fa79.tar
mad-04363ca342914ba75e693edb876cbe535839fa79.zip
Einfache Abfrage der Benutzerdatenbank implementiert
Diffstat (limited to 'src/mad-core.conf')
-rw-r--r--src/mad-core.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mad-core.conf b/src/mad-core.conf
index 7a54a41..8f84278 100644
--- a/src/mad-core.conf
+++ b/src/mad-core.conf
@@ -10,6 +10,23 @@ X509TrustFile ../Cert/ca-cert.pem
X509CertFile ../Cert/cert.pem
X509KeyFile ../Cert/key.pem
+UserBackendMysql {
+ Username test
+ Password test
+ Database test
+
+ Queries {
+ ListUsers "SELECT id, gid, username, fullname FROM users"
+ #ListGroups
+ #ListUserGroups
+ #ListGroupUsers
+ #UserById
+ #UserByName
+ #GroupById
+ #GroupByName
+ }
+}
+
Daemon test {
IpAddress 127.0.0.1
}