fixed matrix ldap integration
This commit is contained in:
parent
0bd7caccb1
commit
97dc538040
|
@ -101,8 +101,7 @@ in
|
||||||
- module: ldap_auth_provider.LdapAuthProviderModule
|
- module: ldap_auth_provider.LdapAuthProviderModule
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
# have to use fqdn here for tls (still connects to localhost)
|
uri: ldap://localhost
|
||||||
uri: ldaps://${portunus.domain}:636
|
|
||||||
base: ou=users,${portunus.ldap.suffix}
|
base: ou=users,${portunus.ldap.suffix}
|
||||||
# taken from kaki config
|
# taken from kaki config
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue