use correct id in libnss-query, fixes #495
This commit is contained in:
@@ -7,7 +7,7 @@ users.table = ftp_users u;
|
||||
users.where_clause = u.login_enabled = 'Y';
|
||||
users.user_column = u.username;
|
||||
users.password_column = u.password;
|
||||
users.userid_column = u.id;
|
||||
users.userid_column = u.customerid;
|
||||
users.uid_column = u.uid;
|
||||
users.gid_column = u.gid;
|
||||
users.realname_column = u.username;
|
||||
|
||||
Reference in New Issue
Block a user