From a2b9f58a22f444c800cb23870974461285a7ddc1 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 29 May 2011 12:09:28 +0000 Subject: split the configuration for the test database in another file ( to prepare for slave server ) --- modules/openldap/templates/slapd.test.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/openldap/templates/slapd.test.conf (limited to 'modules/openldap/templates/slapd.test.conf') diff --git a/modules/openldap/templates/slapd.test.conf b/modules/openldap/templates/slapd.test.conf new file mode 100644 index 00000000..355efb8e --- /dev/null +++ b/modules/openldap/templates/slapd.test.conf @@ -0,0 +1,10 @@ +database bdb +suffix "dc=test_ldap" +directory /var/lib/ldap/test +rootdn "cn=manager,dc=test_ldap" +rootpw "<%= ldap_test_password %>" +authz-regexp "gidNumber=0\\\+uidNumber=0,cn=peercred,cn=external,cn=auth" + "cn=manager,dc=test_ldap" +# force ssl +security ssf=56 + -- cgit v1.2.1