summaryrefslogtreecommitdiffstats
path: root/src/mad-core.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/mad-core.conf')
-rw-r--r--src/mad-core.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mad-core.conf b/src/mad-core.conf
index 8f84278..4176307 100644
--- a/src/mad-core.conf
+++ b/src/mad-core.conf
@@ -20,8 +20,8 @@ UserBackendMysql {
#ListGroups
#ListUserGroups
#ListGroupUsers
- #UserById
- #UserByName
+ UserById "SELECT id, gid, username, fullname FROM users WHERE id = {ID}"
+ UserByName "SELECT id, gid, username, fullname FROM users WHERE username = {USER}"
#GroupById
#GroupByName
}