diff options
author | Dan Gudmundsson <[email protected]> | 2012-03-29 09:32:44 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2012-03-29 09:32:44 +0200 |
commit | b26b7487259ada76a47ffefe21a3069d9e70ba4c (patch) | |
tree | 05dd0166dd91abac2baf717362e0d9d50b133b2f /lib/eldap/test/ldap_server | |
parent | c068f4fa2b59cbdef069d826749186675c3d0ea5 (diff) | |
parent | 472a3d910595d7de1e49f241c1d241827b5c0bf4 (diff) | |
download | otp-b26b7487259ada76a47ffefe21a3069d9e70ba4c.tar.gz otp-b26b7487259ada76a47ffefe21a3069d9e70ba4c.tar.bz2 otp-b26b7487259ada76a47ffefe21a3069d9e70ba4c.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/eldap/test/ldap_server')
-rw-r--r-- | lib/eldap/test/ldap_server/slapd.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/eldap/test/ldap_server/slapd.conf b/lib/eldap/test/ldap_server/slapd.conf new file mode 100644 index 0000000000..87be676d9f --- /dev/null +++ b/lib/eldap/test/ldap_server/slapd.conf @@ -0,0 +1,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
\ No newline at end of file |