[D-community-commits] r249 - in trunk/fai-config-dir/files/etc/ldap: schema/nis.schema slapd.conf

holger at alioth.debian.org holger at alioth.debian.org
Mon Mar 10 13:52:16 UTC 2008


Author: holger
Date: 2008-03-10 13:52:15 +0000 (Mon, 10 Mar 2008)
New Revision: 249

Modified:
   trunk/fai-config-dir/files/etc/ldap/schema/nis.schema/LDAPSERVER
   trunk/fai-config-dir/files/etc/ldap/slapd.conf/LDAPSERVER
Log:
finetuning

Modified: trunk/fai-config-dir/files/etc/ldap/schema/nis.schema/LDAPSERVER
===================================================================
--- trunk/fai-config-dir/files/etc/ldap/schema/nis.schema/LDAPSERVER	2008-03-10 13:51:41 UTC (rev 248)
+++ trunk/fai-config-dir/files/etc/ldap/schema/nis.schema/LDAPSERVER	2008-03-10 13:52:15 UTC (rev 249)
@@ -46,11 +46,11 @@
 #	EQUALITY integerMatch
 #	SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
-attributetype ( 1.3.6.1.1.1.1.2 NAME 'gecos'
-	DESC 'The GECOS field; the common name'
-	EQUALITY caseIgnoreIA5Match
-	SUBSTR caseIgnoreIA5SubstringsMatch
-	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
+#attributetype ( 1.3.6.1.1.1.1.2 NAME 'gecos'
+#	DESC 'The GECOS field; the common name'
+#	EQUALITY caseIgnoreIA5Match
+#	SUBSTR caseIgnoreIA5SubstringsMatch
+#	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
 attributetype ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory'
 	DESC 'The absolute path to the home directory'

Modified: trunk/fai-config-dir/files/etc/ldap/slapd.conf/LDAPSERVER
===================================================================
--- trunk/fai-config-dir/files/etc/ldap/slapd.conf/LDAPSERVER	2008-03-10 13:51:41 UTC (rev 248)
+++ trunk/fai-config-dir/files/etc/ldap/slapd.conf/LDAPSERVER	2008-03-10 13:52:15 UTC (rev 249)
@@ -14,6 +14,11 @@
 include         /etc/ldap/schema/inetorgperson.schema
 include         /etc/ldap/schema/userdir-ldap.schema
 
+# Schema check allows for forcing entries to
+# match schemas for their objectClasses's
+schemacheck     on
+
+
 # Where the pid file is put. The init.d script
 # will not stop the server if you change this.
 pidfile         /var/run/slapd/slapd.pid
@@ -80,9 +85,6 @@
 dbconfig set_lk_max_lockers 1500
 
 # Indexing options for database #1
-index uid eq
-index keyfingerprint eq
-index cn,sn approx,sub,eq
 index           objectClass eq
 
 # Save the time that the entry gets modified, for database #1




More information about the D-community-commits mailing list