]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at test/fixtures/ldap/slapd.conf
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 19 Apr 2015 10:33:23 +0000 (10:33 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 19 Apr 2015 10:33:23 +0000 (10:33 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14185 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/fixtures/ldap/slapd.conf

index bf3b2b4af50cc99bffbf36b85434af6b3362952b..5e6141402fb357989e2865fb7ee42a5794387496 100644 (file)
@@ -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