summaryrefslogtreecommitdiffstats
path: root/src/mad-server.conf
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-05-22 00:23:59 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-05-22 00:23:59 +0200
commit264cd7947d7291f78065f12824523ba6178a9936 (patch)
tree7261b9a33519cd783f614b147c44f484a1217618 /src/mad-server.conf
parente0e254548b6200d16bc3f4be3bd255b041a76532 (diff)
downloadmad-264cd7947d7291f78065f12824523ba6178a9936.tar
mad-264cd7947d7291f78065f12824523ba6178a9936.zip
GroupListRequest hinzugef?gt
Diffstat (limited to 'src/mad-server.conf')
-rw-r--r--src/mad-server.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mad-server.conf b/src/mad-server.conf
index 45927cf..188833b 100644
--- a/src/mad-server.conf
+++ b/src/mad-server.conf
@@ -17,7 +17,7 @@ UserBackendMysql {
Queries {
ListUsers "SELECT id, gid, username, fullname FROM users"
- #ListGroups
+ ListGroups "SELECT id, name FROM groups"
#ListUserGroups
#ListGroupUsers
UserById "SELECT id, gid, username, fullname FROM users WHERE id = {ID}"