Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Load dynamic backend modules
- dn: cn=module,cn=config
- objectClass: olcModuleList
- cn: module
- olcModulepath: /usr/lib/ldap
- olcModuleload: back_hdb.la
- # Database settings
- dn: olcDatabase=hdb,cn=config
- objectClass: olcDatabaseConfig
- objectClass: olcHdbConfig
- olcDatabase: {1}hdb
- olcSuffix: dc=AMS104,dc=com
- olcDbDirectory: /var/lib/ldap
- olcRootDN: cn=root,dc=example,dc=com
- olcRootPW: secret
- olcDbConfig: set_cachesize 0 2097152 0
- olcDbConfig: set_lk_max_objects 1500
- olcDbConfig: set_lk_max_locks 1500
- olcDbConfig: set_lk_max_lockers 1500
- olcDbIndex: objectClass eq
- olcLastMod: TRUE
- olcDbCheckpoint: 512 30
- olcAccess: to attrs=userPassword by dn="cn=root,dc=AMS104,dc=com" write by anonymous auth by self write by * none
- olcAccess: to attrs=shadowLastChange by self write by * read
- olcAccess: to dn.base="" by * read
- olcAccess: to * by dn="cn=root,dc=AMS104,dc=com" write by * read
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement