From f0a96880c0310f312ad7c08653178cdeedf69c6d Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 28 Feb 2012 19:13:03 +0100 Subject: [PATCH] nslcd: Set rootpwmoddn so root can change ldap passwords. --- etc/nslcd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/nslcd.conf b/etc/nslcd.conf index afaccd6..19c3cfb 100644 --- a/etc/nslcd.conf +++ b/etc/nslcd.conf @@ -27,3 +27,7 @@ pam_authz_search (&(objectClass=maroesjaSystemLoginIdentity)(uid=$username)(|(ho # This is needed with nss-pam-ldapd before 0.8.4 map group uniqueMember member + +# When root wants to change the password of an LDAP user, do a bind as this +# user (the password will be prompted) +rootpwmoddn cn=admin,dc=tika,dc=stderr,dc=nl -- 2.30.2