mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 07:21:12 +00:00
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
This commit is contained in:
parent
5a71c37f35
commit
9ad21e9726
20
test/fixtures/ldap/slapd.conf
vendored
20
test/fixtures/ldap/slapd.conf
vendored
@ -1,19 +1,19 @@
|
|||||||
# Sample OpenLDAP configuration file for Redmine LDAP test server
|
# Sample OpenLDAP configuration file for Redmine LDAP test server
|
||||||
#
|
#
|
||||||
ucdata-path ./ucdata
|
ucdata-path ./ucdata
|
||||||
include ./schema/core.schema
|
include ./schema/core.schema
|
||||||
include ./schema/cosine.schema
|
include ./schema/cosine.schema
|
||||||
include ./schema/inetorgperson.schema
|
include ./schema/inetorgperson.schema
|
||||||
include ./schema/openldap.schema
|
include ./schema/openldap.schema
|
||||||
include ./schema/nis.schema
|
include ./schema/nis.schema
|
||||||
|
|
||||||
pidfile ./run/slapd.pid
|
pidfile ./run/slapd.pid
|
||||||
argsfile ./run/slapd.args
|
argsfile ./run/slapd.args
|
||||||
|
|
||||||
database bdb
|
database bdb
|
||||||
suffix "dc=redmine,dc=org"
|
suffix "dc=redmine,dc=org"
|
||||||
rootdn "cn=Manager,dc=redmine,dc=org"
|
rootdn "cn=Manager,dc=redmine,dc=org"
|
||||||
rootpw secret
|
rootpw secret
|
||||||
directory ./redmine
|
directory ./redmine
|
||||||
# Indices to maintain
|
# Indices to maintain
|
||||||
index objectClass eq
|
index objectClass eq
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user