Browse Source
[fix] Group and user are not associated
pull/341/head
ljf (zamentur)
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
conf/config.json
|
|
|
@ -27,6 +27,7 @@ |
|
|
|
"ldap_group_filter": "objectClass=posixGroup", |
|
|
|
"ldap_group_filter_mode": "0", |
|
|
|
"ldap_groupfilter_objectclass": "posixGroup", |
|
|
|
"ldap_group_member_assoc_attribute": "memberUid", |
|
|
|
"ldap_host": "localhost", |
|
|
|
"ldap_login_filter": "(&(|(objectclass=posixAccount))(uid=%uid))", |
|
|
|
"ldap_login_filter_mode": "0", |
|
|
|
|