diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4f025..fdc5c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## v1.X.Y + +### Minor changes +* Give the correct path in comment to see ldap_default_authtok value. + ## v1.2.2 ### Enhancement diff --git a/templates/etc/sssd/sssd.conf.j2 b/templates/etc/sssd/sssd.conf.j2 index ec3f640..8fae855 100644 --- a/templates/etc/sssd/sssd.conf.j2 +++ b/templates/etc/sssd/sssd.conf.j2 @@ -22,7 +22,7 @@ ldap_tls_reqcert = never ldap_search_base = {{ sssd_search_base }} ldap_default_bind_dn = {{ sssd_bind_dn }} 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 entry_cache_timeout = 5400