Ralf Haferkamp | 704106a | 2013-09-12 14:24:47 +0200 | [diff] [blame] | 1 | dn: cn=config |
| 2 | objectClass: olcGlobal |
| 3 | cn: config |
| 4 | olcArgsFile: /var/run/slapd/slapd.args |
| 5 | olcAuthzRegexp: {0}gidNumber=0\+uidNumber=0,cn=peercred,cn=external,cn=auth dn |
| 6 | :cn=config |
| 7 | olcPidFile: /var/run/slapd/slapd.pid |
| 8 | olcSizeLimit: 10000 |
| 9 | |
| 10 | dn: cn=schema,cn=config |
| 11 | objectClass: olcSchemaConfig |
| 12 | cn: schema |
| 13 | |
| 14 | include: file:///etc/openldap/schema/core.ldif |
Dean Troyer | b9e2513 | 2013-10-01 14:45:04 -0500 | [diff] [blame] | 15 | include: file:///etc/openldap/schema/cosine.ldif |
| 16 | include: file:///etc/openldap/schema/inetorgperson.ldif |
Ralf Haferkamp | 704106a | 2013-09-12 14:24:47 +0200 | [diff] [blame] | 17 | |
| 18 | dn: olcDatabase={1}hdb,cn=config |
| 19 | objectClass: olcHdbConfig |
| 20 | olcDbDirectory: /var/lib/ldap |
Dean Troyer | b9e2513 | 2013-10-01 14:45:04 -0500 | [diff] [blame] | 21 | olcSuffix: ${BASE_DN} |