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.
29 lines
751 B
29 lines
751 B
include /etc/ldap/schema/core.schema
|
|
include /etc/ldap/schema/cosine.schema
|
|
include /etc/ldap/schema/inetorgperson.schema
|
|
include /etc/ldap/schema/nis.schema
|
|
include /etc/ldap/schema/misc.schema
|
|
include /etc/ldap/schema/openldap.schema
|
|
|
|
moduleload back_bdb.so
|
|
modulepath /usr/lib/ldap
|
|
|
|
pidfile slapd.pid
|
|
argsfile slapd.args
|
|
|
|
defaultsearchbase ""
|
|
|
|
logfile /tmp/ldap.log
|
|
loglevel 256
|
|
|
|
database bdb
|
|
suffix ""
|
|
rootdn "CN=admin,O=ACME,C=FR"
|
|
rootpw changeme
|
|
directory /tmp/ldap_data
|
|
|
|
index objectClass,uid,uidNumber,gidNumber,memberUid eq
|
|
index mail,surname,givenname eq,subinitial
|
|
index cn pres,eq,sub
|
|
|
|
|
|
|