feat: add ldap provisioning to nextcloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
700cafed0e
commit
59d0174905
3 changed files with 67 additions and 1 deletions
|
|
@ -76,4 +76,25 @@ nextcloud_oidc_providers: []
|
|||
|
||||
# OIDC providers to remove
|
||||
nextcloud_oidc_providers_removed: []
|
||||
# - old-provider
|
||||
# - old-provider
|
||||
|
||||
# LDAP configuration
|
||||
nextcloud_ldap_enabled: false
|
||||
nextcloud_ldap_config: {}
|
||||
# Example for 389ds with Keycloak user federation:
|
||||
# ldapHost: "ldaps://389ds"
|
||||
# ldapPort: "3636"
|
||||
# ldapAgentName: "cn=Directory Manager"
|
||||
# ldapAgentPassword: "changeme"
|
||||
# ldapBase: "dc=example,dc=com"
|
||||
# ldapBaseUsers: "ou=users,dc=example,dc=com"
|
||||
# ldapBaseGroups: "dc=example,dc=com"
|
||||
# ldapTLS: "0"
|
||||
# turnOffCertCheck: "0"
|
||||
# ldapUserFilter: "(&(objectclass=inetOrgPerson)(uid=*))"
|
||||
# ldapLoginFilter: "(&(objectclass=inetOrgPerson)(uid=%uid))"
|
||||
# ldapUserDisplayName: "displayname"
|
||||
# ldapEmailAttribute: "mail"
|
||||
# ldapExpertUsernameAttr: "uid"
|
||||
# ldapExpertUUIDUserAttr: "nsuniqueid"
|
||||
# ldapConfigurationActive: "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue