OSDN Git Service

Adds a sample test LDAP configuration file.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 26 Feb 2010 08:31:36 +0000 (08:31 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 26 Feb 2010 08:31:36 +0000 (08:31 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3489 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/fixtures/ldap/slapd.conf [new file with mode: 0644]

diff --git a/test/fixtures/ldap/slapd.conf b/test/fixtures/ldap/slapd.conf
new file mode 100644 (file)
index 0000000..bf3b2b4
--- /dev/null
@@ -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