Don't get user info from LDAP, use FASJSON
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b2df514b95
commit
482c0f799c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ global enabled=gssapi,ldap
|
|||
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 base dn=,cn=users,cn=accounts,{% if env == "staging" %}dc=stg,{% endif %}dc=fedoraproject,dc=org
|
||||
ldap get user info=False
|
||||
|
||||
[info_config]
|
||||
{% if env == "production" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue