[PC-BSD Commits] r18321 - pcbsd/current/src-sh/pc-adctl/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 7 14:23:02 PDT 2012
Author: johnh
Date: 2012-08-07 21:23:02 +0000 (Tue, 07 Aug 2012)
New Revision: 18321
Modified:
pcbsd/current/src-sh/pc-adctl/conf/pc-ldap.conf
Log:
Change format a little
Modified: pcbsd/current/src-sh/pc-adctl/conf/pc-ldap.conf
===================================================================
--- pcbsd/current/src-sh/pc-adctl/conf/pc-ldap.conf 2012-08-07 20:59:16 UTC (rev 18320)
+++ pcbsd/current/src-sh/pc-adctl/conf/pc-ldap.conf 2012-08-07 21:23:02 UTC (rev 18321)
@@ -45,7 +45,7 @@
#
# LDAP password suffix
#
-ldap_passwordstuff = ou=Passwords
+ldap_passwordsuffix = ou=Passwords
#
# LDAP machine suffix
@@ -65,4 +65,7 @@
#
# Additional options to set
#
-ldap_options = "ldap_version 3:timelimit 30:bind_timelimit 30:bind_policy soft:pam_ldap_attribute uid"
+opt_ldap_version = 3
+opt_timelimit = 30
+opt_bind_policy = soft
+opt_pam_ldap_attribute = uid
More information about the Commits
mailing list