Ipsilon: don't use ldaps
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
3ba34383b3
commit
ea064cbdc6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[login_config]
|
[login_config]
|
||||||
global enabled=gssapi,ldap
|
global enabled=gssapi,ldap
|
||||||
ldap server url=ldaps://{{ ipa_server }}
|
ldap server url=ldap://{{ ipa_server }}
|
||||||
ldap bind dn template=uid=%(username)s,cn=users,cn=accounts,{% if env == "staging" %}dc=stg,{% endif %}dc=fedoraproject,dc=org
|
ldap bind dn template=uid=%(username)s,cn=users,cn=accounts,{% if env == "staging" %}dc=stg,{% endif %}dc=fedoraproject,dc=org
|
||||||
ldap base dn=,cn=users,cn=accounts,{% if env == "staging" %}dc=stg,{% endif %}dc=fedoraproject,dc=org
|
ldap base dn=,cn=users,cn=accounts,{% if env == "staging" %}dc=stg,{% endif %}dc=fedoraproject,dc=org
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue