SOURCES: ldap.conf - sync with nss_ldap-259 and pam_ldap-184
baggins
baggins at pld-linux.org
Tue Nov 6 18:31:05 CET 2007
Author: baggins Date: Tue Nov 6 17:31:05 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- sync with nss_ldap-259 and pam_ldap-184
---- Files affected:
SOURCES:
ldap.conf (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/ldap.conf
diff -u SOURCES/ldap.conf:1.4 SOURCES/ldap.conf:1.5
--- SOURCES/ldap.conf:1.4 Mon Jan 16 18:22:38 2006
+++ SOURCES/ldap.conf Tue Nov 6 18:31:00 2007
@@ -74,16 +74,32 @@
# Bind/connect timelimit
#bind_timelimit 30
-# Reconnect policy: hard (default) will retry connecting to
-# the software with exponential backoff, soft will fail
-# immediately.
+# Reconnect policy:
+# hard_open: reconnect to DSA with exponential backoff if
+# opening connection failed
+# hard_init: reconnect to DSA with exponential backoff if
+# initializing connection failed
+# hard: alias for hard_open
+# soft: return immediately on server failure
#bind_policy hard
+# Connection policy:
+# persist: DSA connections are kept open (default)
+# oneshot: DSA connections destroyed after request
+#nss_connect_policy persist
+
# Idle timelimit; client will close connections
# (nss_ldap only) if the server has not been contacted
# for the number of seconds specified below.
#idle_timelimit 3600
+# Use paged rseults
+#nss_paged_results yes
+
+# Pagesize: when paged results enable, used to set the
+# pagesize to a custom value
+#pagesize 1000
+
# Filter to AND with uid=%s
#pam_filter objectclass=account
@@ -131,10 +147,6 @@
# and pam_ad_passwd options are no
# longer supported.
#
-# If you are using XAD, you can set pam_password
-# to racf, ad, or exop. Make sure that you have
-# SSL enabled.
-
# Do not hash the password at all; presume
# the directory server will do it, if
# necessary. This is the default.
@@ -170,6 +182,13 @@
# changes.
#pam_password_prohibit_message Please visit http://internal to change your password.
+# Use backlinks for answering initgroups()
+#nss_initgroups backlink
+
+# Enable support for RFC2307bis (distinguished names in group
+# members)
+#nss_schema rfc2307bis
+
# RFC2307bis naming contexts
# Syntax:
# nss_base_XXX base?scope?filter
@@ -262,6 +281,13 @@
#pam_filter objectclass=aixAccount
#pam_password clear
+# For pre-RFC2307bis automount schema
+#nss_map_objectclass automountMap nisMap
+#nss_map_attribute automountMapName nisMapName
+#nss_map_objectclass automount nisObject
+#nss_map_attribute automountKey cn
+#nss_map_attribute automountInformation nisMapEntry
+
# Netscape SDK LDAPS
#ssl on
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ldap.conf?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list