@@ -0,0 +1,24 | |||
|
1 | # Sample OpenLDAP configuration file for Redmine LDAP test server | |
|
2 | # CentOS6 openldap-servers-2.4.40-6.el6_7.x86_64 | |
|
3 | # | |
|
4 | ||
|
5 | include /etc/openldap/schema/core.schema | |
|
6 | include /etc/openldap/schema/cosine.schema | |
|
7 | include /etc/openldap/schema/inetorgperson.schema | |
|
8 | include /etc/openldap/schema/openldap.schema | |
|
9 | include /etc/openldap/schema/nis.schema | |
|
10 | ||
|
11 | pidfile /var/run/openldap/slapd.pid | |
|
12 | argsfile /var/run/openldap/slapd.args | |
|
13 | ||
|
14 | modulepath /usr/lib64/openldap | |
|
15 | moduleload back_bdb.la | |
|
16 | ||
|
17 | database bdb | |
|
18 | suffix "dc=redmine,dc=org" | |
|
19 | rootdn "cn=Manager,dc=redmine,dc=org" | |
|
20 | rootpw secret | |
|
21 | directory /var/lib/ldap | |
|
22 | ||
|
23 | # Indices to maintain | |
|
24 | index objectClass eq |
General Comments 0
You need to be logged in to leave comments.
Login now