From 9ad21e9726025938d5f36571d02f3019d6340c96 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 19 Apr 2015 10:33:23 +0000 Subject: [PATCH] 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 --- test/fixtures/ldap/slapd.conf | 20 ++++++++++---------- 1 file 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