summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-26 08:31:36 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-26 08:31:36 +0000
commit7ae53845ac48bd8b0a87bf8faff3e16742c37cfe (patch)
tree7d408cf1d4ecf6c0c36e4148ec36a7c95581d713 /test
parentaa521c5a5a31d901e99c924bfd1861f74d5db2be (diff)
downloadredmine-7ae53845ac48bd8b0a87bf8faff3e16742c37cfe.tar.gz
redmine-7ae53845ac48bd8b0a87bf8faff3e16742c37cfe.zip
Adds a sample test LDAP configuration file.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3489 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-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