Last change
on this file since 761 was
649,
checked in by sebas@…, 15 years ago
|
pongo las variables en el template
|
File size:
900 bytes
|
Line | |
---|
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 |
---|
13 | olcSuffix: <%= ldap_base %> |
---|
14 | olcDbDirectory: /var/lib/ldap |
---|
15 | olcRootDN: cn=admin,<%= ldap_base %> |
---|
16 | olcRootPW: <%= ldap_admin_password %> |
---|
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 |
---|
24 | olcAccess: to attrs=userPassword by dn="cn=admin,<%= ldap_base %>" write by anonymous auth by self write by * none |
---|
25 | olcAccess: to attrs=shadowLastChange by self write by * read |
---|
26 | olcAccess: to dn.base="" by * read |
---|
27 | olcAccess: to * by dn="cn=admin,<%= ldap_base %>" write by * read |
---|
Note: See
TracBrowser
for help on using the repository browser.