@@ -1,19 +1,19 | |||
|
1 | 1 | # Sample OpenLDAP configuration file for Redmine LDAP test server |
|
2 | 2 | # |
|
3 |
ucdata-path |
|
|
4 |
include |
|
|
3 | ucdata-path ./ucdata | |
|
4 | include ./schema/core.schema | |
|
5 | 5 | include ./schema/cosine.schema |
|
6 | 6 | include ./schema/inetorgperson.schema |
|
7 | 7 | include ./schema/openldap.schema |
|
8 | 8 | include ./schema/nis.schema |
|
9 | 9 | |
|
10 |
pidfile |
|
|
11 |
argsfile |
|
|
10 | pidfile ./run/slapd.pid | |
|
11 | argsfile ./run/slapd.args | |
|
12 | 12 | |
|
13 |
database |
|
|
14 |
suffix |
|
|
15 |
rootdn |
|
|
16 |
rootpw |
|
|
17 |
directory |
|
|
13 | database bdb | |
|
14 | suffix "dc=redmine,dc=org" | |
|
15 | rootdn "cn=Manager,dc=redmine,dc=org" | |
|
16 | rootpw secret | |
|
17 | directory ./redmine | |
|
18 | 18 | # Indices to maintain |
|
19 |
index |
|
|
19 | index objectClass eq |
General Comments 0
You need to be logged in to leave comments.
Login now