feat: nextcloud ability to get groups from ldap backend
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
0b336aa8f8
commit
cd4d54e33c
1 changed files with 6 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ nextcloud_ldap_config:
|
|||
ldapAgentPassword: "admin"
|
||||
ldapBase: "dc=local,dc=test"
|
||||
ldapBaseUsers: "ou=users,dc=local,dc=test"
|
||||
ldapBaseGroups: "dc=local,dc=test"
|
||||
ldapTLS: "0"
|
||||
turnOffCertCheck: "1"
|
||||
ldapUserFilter: "(&(objectclass=inetOrgPerson)(uid=*))"
|
||||
|
|
@ -54,6 +53,12 @@ nextcloud_ldap_config:
|
|||
ldapEmailAttribute: "mail"
|
||||
ldapExpertUsernameAttr: "uid"
|
||||
ldapExpertUUIDUserAttr: "nsuniqueid"
|
||||
ldapBaseGroups: "ou=groups,dc=local,dc=test"
|
||||
ldapGroupFilter: "(&(objectClass=groupOfNames))"
|
||||
ldapGroupFilterObjectclass: "groupOfNames"
|
||||
ldapGroupDisplayName: "cn"
|
||||
ldapGroupMemberAssocAttr: "member"
|
||||
ldapAdminGroup: "admins"
|
||||
ldapCacheTTL: "600"
|
||||
ldapPagingSize: "500"
|
||||
ldapExperiencedAdmin: "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue