2013-09-12 14:24:47 +02:00
|
|
|
dn: cn=config
|
|
|
|
objectClass: olcGlobal
|
|
|
|
cn: config
|
|
|
|
olcArgsFile: /var/run/slapd/slapd.args
|
|
|
|
olcAuthzRegexp: {0}gidNumber=0\+uidNumber=0,cn=peercred,cn=external,cn=auth dn
|
|
|
|
:cn=config
|
|
|
|
olcPidFile: /var/run/slapd/slapd.pid
|
|
|
|
olcSizeLimit: 10000
|
|
|
|
|
|
|
|
dn: cn=schema,cn=config
|
|
|
|
objectClass: olcSchemaConfig
|
|
|
|
cn: schema
|
|
|
|
|
|
|
|
include: file:///etc/openldap/schema/core.ldif
|
2013-10-01 14:45:04 -05:00
|
|
|
include: file:///etc/openldap/schema/cosine.ldif
|
|
|
|
include: file:///etc/openldap/schema/inetorgperson.ldif
|
2013-09-12 14:24:47 +02:00
|
|
|
|
|
|
|
dn: olcDatabase={1}hdb,cn=config
|
|
|
|
objectClass: olcHdbConfig
|
|
|
|
olcDbDirectory: /var/lib/ldap
|
2013-10-01 14:45:04 -05:00
|
|
|
olcSuffix: ${BASE_DN}
|