[PC-BSD Commits] r19319 - pcbsd/current/src-sh/pc-adctl/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 17 14:08:23 PDT 2012
Author: johnh
Date: 2012-09-17 21:08:23 +0000 (Mon, 17 Sep 2012)
New Revision: 19319
Modified:
pcbsd/current/src-sh/pc-adctl/scripts/pc-nssldap
Log:
was writing the incorrect password out to nss_ldap.conf
Modified: pcbsd/current/src-sh/pc-adctl/scripts/pc-nssldap
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/pc-nssldap 2012-09-17 21:03:52 UTC (rev 19318)
+++ pcbsd/current/src-sh/pc-adctl/scripts/pc-nssldap 2012-09-17 21:08:23 UTC (rev 19319)
@@ -318,7 +318,7 @@
return 1
fi
- printf "${rootbindpw}" > "${secret}"
+ printf "${adminpw}" > "${secret}"
chmod 600 "${secret}"
ln -sf ${conf} "$(dirname ${conf})/ldap.conf"
More information about the Commits
mailing list