You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
470 B
16 lines
470 B
include /etc/openldap/schema/core.schema
|
|
include /etc/openldap/schema/cosine.schema
|
|
include /etc/openldap/schema/inetorgperson.schema
|
|
include /etc/openldap/schema/bookshelf.schema
|
|
|
|
|
|
pidfile /var/run/openldap/slapd.pid
|
|
argsfile /var/run/openldap/slapd.args
|
|
|
|
database bdb
|
|
suffix "dc=bookshelf,dc=itix,dc=fr"
|
|
rootdn "cn=Manager,dc=bookshelf,dc=itix,dc=fr"
|
|
rootpw secret
|
|
checkpoint 32 30 # <kbyte> <min>
|
|
directory /var/lib/openldap-data
|
|
index objectClass eq
|
|
|