Added missing file from previous commit.
This commit is contained in:
parent
46ec53353d
commit
7f1d335818
1 changed files with 16 additions and 0 deletions
16
ldap/files/ldap.sysconfig
Normal file
16
ldap/files/ldap.sysconfig
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Options of slapd (see man slapd)
|
||||||
|
SLAPD_OPTIONS="-f /etc/openldap/slapd.conf"
|
||||||
|
|
||||||
|
# At least one of SLAPD_LDAP, SLAPD_LDAPI and SLAPD_LDAPS must be set to 'yes'!
|
||||||
|
#
|
||||||
|
# Run slapd with -h "... ldap:/// ..."
|
||||||
|
# yes/no, default: yes
|
||||||
|
SLAPD_LDAP=yes
|
||||||
|
|
||||||
|
# Run slapd with -h "... ldapi:/// ..."
|
||||||
|
# yes/no, default: yes
|
||||||
|
SLAPD_LDAPI=yes
|
||||||
|
|
||||||
|
# Run slapd with -h "... ldaps:/// ..."
|
||||||
|
# yes/no, default: no
|
||||||
|
SLAPD_LDAPS=yes
|
Loading…
Add table
Reference in a new issue