16 lines
420 B
Plaintext
16 lines
420 B
Plaintext
|
# default config from /etc/openldap/slapd.conf
|
||
|
include /etc/openldap/schema/core.schema
|
||
|
pidfile /run/openldap/slapd.pid
|
||
|
argsfile /run/openldap/slapd.args
|
||
|
|
||
|
# custom config
|
||
|
allow bind_anon_dn
|
||
|
access to attrs=userPassword by * auth
|
||
|
access to * by * read
|
||
|
loglevel 256
|
||
|
|
||
|
database mdb
|
||
|
suffix "dc=kucharczyk, dc=xyz"
|
||
|
rootdn "cn=admin, dc=kucharczyk, dc=xyz"
|
||
|
rootpw {SSHA}sgIeW4kyz3t0OyfZ1IZjzEDDb31JI3xK
|
||
|
directory /var/lib/ldap
|