From 420e504a839990534f32559f5ed1ff2bd2d28528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Mon, 8 Oct 2018 14:47:25 +0200 Subject: [PATCH] Give the correct path in comment to see password = ldap_default_authtok value --- CHANGELOG.md | 5 +++++ templates/etc/sssd/sssd.conf.j2 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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