summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/fixtures/ldap/slapd.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/fixtures/ldap/slapd.conf b/test/fixtures/ldap/slapd.conf
new file mode 100644
index 000000000..bf3b2b4af
--- /dev/null
+++ b/test/fixtures/ldap/slapd.conf
@@ -0,0 +1,19 @@
+# Sample OpenLDAP configuration file for Redmine LDAP test server
+#
+ucdata-path ./ucdata
+include ./schema/core.schema
+include ./schema/cosine.schema
+include ./schema/inetorgperson.schema
+include ./schema/openldap.schema
+include ./schema/nis.schema
+
+pidfile ./run/slapd.pid
+argsfile ./run/slapd.args
+
+database bdb
+suffix "dc=redmine,dc=org"
+rootdn "cn=Manager,dc=redmine,dc=org"
+rootpw secret
+directory ./redmine
+# Indices to maintain
+index objectClass eq