]> git.sur5r.net Git - openldap/commitdiff
ITS#7522 fix config syntax errors
authorHoward Chu <hyc@openldap.org>
Mon, 25 Mar 2013 16:00:10 +0000 (09:00 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 25 Mar 2013 16:49:14 +0000 (09:49 -0700)
doc/guide/admin/slapdconf2.sdf
doc/guide/admin/slapdconfig.sdf

index 61412bdb299b22c1f69e816b2579f3aaec9f7e7c..60fab363c75b8aa754ab53aa8c952cd150c71a1b 100644 (file)
@@ -1076,12 +1076,12 @@ E: 30.    dn: olcDatabase=bdb,cn=config
 E: 31.    objectClass: olcDatabaseConfig
 E: 32.    objectClass: olcBdbConfig
 E: 33.    olcDatabase: bdb
-E: 34.    olcSuffix: "dc=example,dc=com"
+E: 34.    olcSuffix: dc=example,dc=com
 E: 35.    olcDbDirectory: /usr/local/var/openldap-data
-E: 36.    olcRootDN: "cn=Manager,dc=example,dc=com"
+E: 36.    olcRootDN: cn=Manager,dc=example,dc=com
 E: 37.    olcRootPW: secret
 E: 38.    olcDbIndex: uid pres,eq
-E: 39.    olcDbIndex: cn,sn,uid pres,eq,approx,sub
+E: 39.    olcDbIndex: cn,sn pres,eq,approx,sub
 E: 40.    olcDbIndex: objectClass eq
 E: 41.    olcAccess: to attrs=userPassword
 E: 42.      by self write
index 7ef3d330fc74bd8f7b54c39d8594c656e73b35c4..cb4f93c0380cdbf69826a66f9af166d0eb4e3f9b 100644 (file)
@@ -615,7 +615,7 @@ E:  9.    rootdn "cn=Manager,dc=example,dc=com"
 E: 10.    rootpw secret
 E: 11.    # indexed attribute definitions
 E: 12.    index uid pres,eq
-E: 13.    index cn,sn,uid pres,eq,approx,sub
+E: 13.    index cn,sn pres,eq,approx,sub
 E: 14.    index objectClass eq
 E: 15.    # database access control definitions
 E: 16.    access to attrs=userPassword