Give the correct path in comment to see password
= ldap_default_authtok value
This commit is contained in:
parent
0af14b91a6
commit
420e504a83
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
## v1.X.Y
|
||||||
|
|
||||||
|
### Minor changes
|
||||||
|
* Give the correct path in comment to see ldap_default_authtok value.
|
||||||
|
|
||||||
## v1.2.2
|
## v1.2.2
|
||||||
|
|
||||||
### Enhancement
|
### Enhancement
|
||||||
|
|
|
@ -22,7 +22,7 @@ ldap_tls_reqcert = never
|
||||||
ldap_search_base = {{ sssd_search_base }}
|
ldap_search_base = {{ sssd_search_base }}
|
||||||
ldap_default_bind_dn = {{ sssd_bind_dn }}
|
ldap_default_bind_dn = {{ sssd_bind_dn }}
|
||||||
ldap_default_authtok_type = password
|
ldap_default_authtok_type = password
|
||||||
#ldap_default_authtok = ... # See conf.d/default.bind.conf
|
#ldap_default_authtok = ... # See conf.d/{{ sssd_domain }}.conf
|
||||||
cache_credentials = True
|
cache_credentials = True
|
||||||
entry_cache_timeout = 5400
|
entry_cache_timeout = 5400
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue