23 lines
625 B
Text
23 lines
625 B
Text
# Sample OpenLDAP configuration file for Redmine LDAP test server
|
|
# Ubuntu 12.04 LTS Server Edition 64 bit slapd (2.4.28-1.1ubuntu4.6)
|
|
#
|
|
|
|
include /etc/ldap/schema/core.schema
|
|
include /etc/ldap/schema/cosine.schema
|
|
include /etc/ldap/schema/inetorgperson.schema
|
|
include /etc/ldap/schema/openldap.schema
|
|
include /etc/ldap/schema/nis.schema
|
|
|
|
pidfile /var/run/slapd/slapd.pid
|
|
argsfile /var/run/slapd/slapd.args
|
|
|
|
modulepath /usr/lib/ldap
|
|
moduleload back_bdb.la
|
|
|
|
database bdb
|
|
suffix "dc=redmine,dc=org"
|
|
rootdn "cn=Manager,dc=redmine,dc=org"
|
|
rootpw secret
|
|
|
|
# Indices to maintain
|
|
index objectClass eq
|