1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
include /etc/ldap/schema/core.schema
pidfile /tmp/openldap-data/slapd.pid
argsfile /tmp/openldap-data/slapd.args
database bdb
suffix "dc=ericsson,dc=se"
rootdn "cn=Manager,dc=ericsson,dc=se"
rootpw hejsan
# The database must exist before running slapd
directory /tmp/openldap-data
# Indices to maintain
index objectClass eq
# URI "ldap://0.0.0.0:9876 ldaps://0.0.0.0:9870"
# servers/slapd/slapd -d 255 -h "ldap://0.0.0.0:9876 ldaps://0.0.0.0:9870" -f /ldisk/dgud/src/otp/lib/eldap/test/ldap_server/slapd.conf
|