summaryrefslogtreecommitdiffstats
path: root/src/mad-server.conf
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-06-30 22:57:29 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-06-30 22:57:29 +0200
commitc9c2e1401bae1938fe392f6ee0903939b63b050c (patch)
tree84ed6f8fa3e46e8bd8cd45558adb5b539cd2a06c /src/mad-server.conf
parent68ec8067feec09a6fecf8bf2fbffb5d757db3d4a (diff)
downloadmad-c9c2e1401bae1938fe392f6ee0903939b63b050c.tar
mad-c9c2e1401bae1938fe392f6ee0903939b63b050c.zip
UserManager erweitert
Ermögliche Caching der User-Group-Zuordnungen
Diffstat (limited to 'src/mad-server.conf')
-rw-r--r--src/mad-server.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mad-server.conf b/src/mad-server.conf
index 09614c4..8ab08cc 100644
--- a/src/mad-server.conf
+++ b/src/mad-server.conf
@@ -24,6 +24,7 @@ UserBackendMysql {
UserByName "SELECT id, gid, username, fullname FROM users WHERE username = {USER}"
GroupById "SELECT id, name FROM groups WHERE id = {GID}"
GroupByName "SELECT id, name FROM groups WHERE name = {GROUP}"
+ UserGroupTable "SELECT uid, gid FROM usergroups"
}
}