diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-10-31 13:44:01 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-10-31 13:44:01 +0000 |
commit | e6ba14610c0eee84384a7df0acfcf7dbe267f842 (patch) | |
tree | 0b31b23f421a7d3e3af14b97944f1faf122f8425 | |
parent | 5538c024be4c09533fd637a66b362a948ce2ad3c (diff) | |
download | redmine-e6ba14610c0eee84384a7df0acfcf7dbe267f842.tar.gz redmine-e6ba14610c0eee84384a7df0acfcf7dbe267f842.zip |
add sample slapd.conf on CentOS6 (x86_64)
git-svn-id: http://svn.redmine.org/redmine/trunk@14781 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/fixtures/ldap/slapd.centos6.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/fixtures/ldap/slapd.centos6.conf b/test/fixtures/ldap/slapd.centos6.conf new file mode 100644 index 000000000..892ef7244 --- /dev/null +++ b/test/fixtures/ldap/slapd.centos6.conf @@ -0,0 +1,24 @@ +# Sample OpenLDAP configuration file for Redmine LDAP test server +# CentOS6 openldap-servers-2.4.40-6.el6_7.x86_64 +# + +include /etc/openldap/schema/core.schema +include /etc/openldap/schema/cosine.schema +include /etc/openldap/schema/inetorgperson.schema +include /etc/openldap/schema/openldap.schema +include /etc/openldap/schema/nis.schema + +pidfile /var/run/openldap/slapd.pid +argsfile /var/run/openldap/slapd.args + +modulepath /usr/lib64/openldap +moduleload back_bdb.la + +database bdb +suffix "dc=redmine,dc=org" +rootdn "cn=Manager,dc=redmine,dc=org" +rootpw secret +directory /var/lib/ldap + +# Indices to maintain +index objectClass eq |