Last change
on this file since 692 was
649,
checked in by sebas@…, 15 years ago
|
pongo las variables en el template
|
File size:
900 bytes
|
Rev | Line | |
---|
[648] | 1 | # Load dynamic backend modules |
---|
| 2 | dn: cn=module,cn=config |
---|
| 3 | objectClass: olcModuleList |
---|
| 4 | cn: module |
---|
| 5 | olcModulepath: /usr/lib/ldap |
---|
| 6 | olcModuleload: back_hdb |
---|
| 7 | |
---|
| 8 | # Database settings |
---|
| 9 | dn: olcDatabase=hdb,cn=config |
---|
| 10 | objectClass: olcDatabaseConfig |
---|
| 11 | objectClass: olcHdbConfig |
---|
| 12 | olcDatabase: {1}hdb |
---|
[649] | 13 | olcSuffix: <%= ldap_base %> |
---|
[648] | 14 | olcDbDirectory: /var/lib/ldap |
---|
[649] | 15 | olcRootDN: cn=admin,<%= ldap_base %> |
---|
| 16 | olcRootPW: <%= ldap_admin_password %> |
---|
[648] | 17 | olcDbConfig: set_cachesize 0 2097152 0 |
---|
| 18 | olcDbConfig: set_lk_max_objects 1500 |
---|
| 19 | olcDbConfig: set_lk_max_locks 1500 |
---|
| 20 | olcDbConfig: set_lk_max_lockers 1500 |
---|
| 21 | olcDbIndex: objectClass eq |
---|
| 22 | olcLastMod: TRUE |
---|
| 23 | olcDbCheckpoint: 512 30 |
---|
[649] | 24 | olcAccess: to attrs=userPassword by dn="cn=admin,<%= ldap_base %>" write by anonymous auth by self write by * none |
---|
[648] | 25 | olcAccess: to attrs=shadowLastChange by self write by * read |
---|
| 26 | olcAccess: to dn.base="" by * read |
---|
[649] | 27 | olcAccess: to * by dn="cn=admin,<%= ldap_base %>" write by * read |
---|
Note: See
TracBrowser
for help on using the repository browser.