Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
19
test/fixtures/ldap/slapd.conf
vendored
Normal file
19
test/fixtures/ldap/slapd.conf
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Sample OpenLDAP configuration file for Redmine LDAP test server
|
||||
#
|
||||
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
|
||||
|
||||
database bdb
|
||||
suffix "dc=redmine,dc=org"
|
||||
rootdn "cn=Manager,dc=redmine,dc=org"
|
||||
rootpw secret
|
||||
directory ./redmine
|
||||
# Indices to maintain
|
||||
index objectClass eq
|
Loading…
Add table
Add a link
Reference in a new issue