diff options
Diffstat (limited to 'src/mad-core.conf')
-rw-r--r-- | src/mad-core.conf | 4 |
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 } |