|
Lines 13-18
Link Here
|
| 13 |
|
13 |
|
| 14 |
pidfile /var/run/openldap/slapd.pid |
14 |
pidfile /var/run/openldap/slapd.pid |
| 15 |
argsfile /var/run/openldap/slapd.args |
15 |
argsfile /var/run/openldap/slapd.args |
|
|
16 |
allow bind_v2 |
| 16 |
|
17 |
|
| 17 |
# Load dynamic backend modules: |
18 |
# Load dynamic backend modules: |
| 18 |
# modulepath /usr/lib/openldap/openldap |
19 |
# modulepath /usr/lib/openldap/openldap |
|
Lines 53-58
Link Here
|
| 53 |
####################################################################### |
54 |
####################################################################### |
| 54 |
|
55 |
|
| 55 |
database bdb |
56 |
database bdb |
|
|
57 |
checkpoint 20 30 |
| 56 |
suffix "dc=my-domain,dc=com" |
58 |
suffix "dc=my-domain,dc=com" |
| 57 |
rootdn "cn=Manager,dc=my-domain,dc=com" |
59 |
rootdn "cn=Manager,dc=my-domain,dc=com" |
| 58 |
# Cleartext passwords, especially for the rootdn, should |
60 |
# Cleartext passwords, especially for the rootdn, should |