Browse Source

[fix] Group and user are not associated

pull/341/head
ljf (zamentur) 6 years ago
committed by GitHub
parent
commit
d8dde6edb8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      conf/config.json

1
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",

Loading…
Cancel
Save