aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/templates/slapd.test.conf
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-05-29 12:09:28 +0000
committerMichael Scherer <misc@mageia.org>2011-05-29 12:09:28 +0000
commita2b9f58a22f444c800cb23870974461285a7ddc1 (patch)
tree352e2656460fd3e51c68e6e66d96c01ecaba2c15 /modules/openldap/templates/slapd.test.conf
parent55b047af82c8f268c10c4b672da6aed4cc73739e (diff)
downloadpuppet-a2b9f58a22f444c800cb23870974461285a7ddc1.tar
puppet-a2b9f58a22f444c800cb23870974461285a7ddc1.tar.gz
puppet-a2b9f58a22f444c800cb23870974461285a7ddc1.tar.bz2
puppet-a2b9f58a22f444c800cb23870974461285a7ddc1.tar.xz
puppet-a2b9f58a22f444c800cb23870974461285a7ddc1.zip
split the configuration for the test database in another file ( to prepare for slave server )
Diffstat (limited to 'modules/openldap/templates/slapd.test.conf')
-rw-r--r--modules/openldap/templates/slapd.test.conf10
1 files changed, 10 insertions, 0 deletions
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
+