From: Howard Chu Date: Mon, 25 Mar 2013 16:00:10 +0000 (-0700) Subject: ITS#7522 fix config syntax errors X-Git-Tag: OPENLDAP_REL_ENG_2_4_35~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a911239d785cd78c38b317d3cfa33096654f8868;p=openldap ITS#7522 fix config syntax errors --- diff --git a/doc/guide/admin/slapdconf2.sdf b/doc/guide/admin/slapdconf2.sdf index 61412bdb29..60fab363c7 100644 --- a/doc/guide/admin/slapdconf2.sdf +++ b/doc/guide/admin/slapdconf2.sdf @@ -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 diff --git a/doc/guide/admin/slapdconfig.sdf b/doc/guide/admin/slapdconfig.sdf index 7ef3d330fc..cb4f93c038 100644 --- a/doc/guide/admin/slapdconfig.sdf +++ b/doc/guide/admin/slapdconfig.sdf @@ -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