- Timestamp:
- Apr 25, 2010, 7:32:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/modules/puppet-openldap/templates/consumer-init.ldif.erb
r648 r649 11 11 objectClass: olcHdbConfig 12 12 olcDatabase: {1}hdb 13 olcSuffix: dc=example,dc=com13 olcSuffix: <%= ldap_base %> 14 14 olcDbDirectory: /var/lib/ldap 15 olcRootDN: cn=admin, dc=example,dc=com16 olcRootPW: secret15 olcRootDN: cn=admin,<%= ldap_base %> 16 olcRootPW: <%= ldap_admin_password %> 17 17 olcDbConfig: set_cachesize 0 2097152 0 18 18 olcDbConfig: set_lk_max_objects 1500 … … 22 22 olcLastMod: TRUE 23 23 olcDbCheckpoint: 512 30 24 olcAccess: to attrs=userPassword by dn="cn=admin, dc=example,dc=com" write by anonymous auth by self write by * none24 olcAccess: to attrs=userPassword by dn="cn=admin,<%= ldap_base %>" write by anonymous auth by self write by * none 25 25 olcAccess: to attrs=shadowLastChange by self write by * read 26 26 olcAccess: to dn.base="" by * read 27 olcAccess: to * by dn="cn=admin, dc=example,dc=com" write by * read27 olcAccess: to * by dn="cn=admin,<%= ldap_base %>" write by * read
Note: See TracChangeset
for help on using the changeset viewer.