mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#7522 fix config syntax errors
This commit is contained in:
parent
90917242c6
commit
d83c25faab
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user