mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Avoid confusing things in user_list
This commit is contained in:
parent
caef1e0577
commit
f2487a2251
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def user_list(fields=None):
|
|||
|
||||
ldap_attrs = {
|
||||
'username': 'uid',
|
||||
'password': 'uid',
|
||||
'password': '', # We can't request password in ldap
|
||||
'fullname': 'cn',
|
||||
'firstname': 'givenName',
|
||||
'lastname': 'sn',
|
||||
|
|
Loading…
Add table
Reference in a new issue