diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-04-19 10:33:23 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-04-19 10:33:23 +0000 |
commit | 9ad21e9726025938d5f36571d02f3019d6340c96 (patch) | |
tree | 24db7b72cc63d93036cf7c673477978ad27d0ae9 /test/fixtures | |
parent | 5a71c37f35b3ebc9bcdd06a98acb72d99cee5c60 (diff) | |
download | redmine-9ad21e9726025938d5f36571d02f3019d6340c96.tar.gz redmine-9ad21e9726025938d5f36571d02f3019d6340c96.zip |
replace tabs to spaces at test/fixtures/ldap/slapd.conf
git-svn-id: http://svn.redmine.org/redmine/trunk@14185 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/ldap/slapd.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/fixtures/ldap/slapd.conf b/test/fixtures/ldap/slapd.conf index bf3b2b4af..5e6141402 100644 --- a/test/fixtures/ldap/slapd.conf +++ b/test/fixtures/ldap/slapd.conf @@ -1,19 +1,19 @@ # Sample OpenLDAP configuration file for Redmine LDAP test server # -ucdata-path ./ucdata -include ./schema/core.schema +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 +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 +database bdb +suffix "dc=redmine,dc=org" +rootdn "cn=Manager,dc=redmine,dc=org" +rootpw secret +directory ./redmine # Indices to maintain -index objectClass eq +index objectClass eq |