source: trunk/puppet/modules/puppet-openldap/templates/consumer-init.ldif.erb @ 648

Last change on this file since 648 was 648, checked in by sebas@…, 14 years ago

base del template consumer-init (slave)

File size: 884 bytes
RevLine 
[648]1# Load dynamic backend modules
2dn: cn=module,cn=config
3objectClass: olcModuleList
4cn: module
5olcModulepath: /usr/lib/ldap
6olcModuleload: back_hdb
7
8# Database settings
9dn: olcDatabase=hdb,cn=config
10objectClass: olcDatabaseConfig
11objectClass: olcHdbConfig
12olcDatabase: {1}hdb
13olcSuffix: dc=example,dc=com
14olcDbDirectory: /var/lib/ldap
15olcRootDN: cn=admin,dc=example,dc=com
16olcRootPW: secret
17olcDbConfig: set_cachesize 0 2097152 0
18olcDbConfig: set_lk_max_objects 1500
19olcDbConfig: set_lk_max_locks 1500
20olcDbConfig: set_lk_max_lockers 1500
21olcDbIndex: objectClass eq
22olcLastMod: TRUE
23olcDbCheckpoint: 512 30
24olcAccess: to attrs=userPassword by dn="cn=admin,dc=example,dc=com" write by anonymous auth by self write by * none
25olcAccess: to attrs=shadowLastChange by self write by * read
26olcAccess: to dn.base="" by * read
27olcAccess: to * by dn="cn=admin,dc=example,dc=com" write by * read
Note: See TracBrowser for help on using the repository browser.