mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Slapd default spacing
This commit is contained in:
parent
2f9d6fb882
commit
aa6a277e20
2 changed files with 13 additions and 6 deletions
|
@ -10,22 +10,29 @@ gid nslcd
|
||||||
uri ldap://localhost/
|
uri ldap://localhost/
|
||||||
|
|
||||||
# The search base that will be used for all queries.
|
# The search base that will be used for all queries.
|
||||||
base dc=yunohost,dc=org
|
base dc=yunohost,dc=org
|
||||||
|
|
||||||
# The LDAP protocol version to use.
|
# The LDAP protocol version to use.
|
||||||
#ldap_version 3
|
#ldap_version 3
|
||||||
|
|
||||||
# The DN to bind with for normal lookups.
|
# The DN to bind with for normal lookups.
|
||||||
#binddn
|
#binddn cn=annonymous,dc=example,dc=net
|
||||||
#bindpw
|
#bindpw secret
|
||||||
|
|
||||||
# The DN used for password modifications by root.
|
# The DN used for password modifications by root.
|
||||||
#rootpwmoddn cn=admin,dc=example,dc=com
|
#rootpwmoddn cn=admin,dc=example,dc=com
|
||||||
|
|
||||||
# SSL options
|
# SSL options
|
||||||
#ssl off
|
#ssl off
|
||||||
#tls_reqcert
|
#tls_reqcert never
|
||||||
|
tls_cacertfile /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
# The search scope.
|
# The search scope.
|
||||||
#scope sub
|
#scope sub
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Default location of the slapd.conf file or slapd.d cn=config directory. If
|
# Default location of the slapd.conf file or slapd.d cn=config directory. If
|
||||||
# empty, use the compiled-in default (/etc/ldap/slapd.d with a fallback to
|
# empty, use the compiled-in default (/etc/ldap/slapd.d with a fallback to
|
||||||
# /etc/ldap/slapd.conf).
|
# /etc/ldap/slapd.conf).
|
||||||
SLAPD_CONF=/etc/ldap/slapd.conf
|
SLAPD_CONF=
|
||||||
|
|
||||||
# System account to run the slapd server under. If empty the server
|
# System account to run the slapd server under. If empty the server
|
||||||
# will run as root.
|
# will run as root.
|
||||||
|
@ -21,7 +21,7 @@ SLAPD_PIDFILE=
|
||||||
# sockets.
|
# sockets.
|
||||||
# Example usage:
|
# Example usage:
|
||||||
# SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///"
|
# SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///"
|
||||||
SLAPD_SERVICES="ldap://127.0.0.1/ ldapi://127.0.0.1/"
|
SLAPD_SERVICES="ldap:/// ldapi:///"
|
||||||
|
|
||||||
# If SLAPD_NO_START is set, the init script will not start or restart
|
# If SLAPD_NO_START is set, the init script will not start or restart
|
||||||
# slapd (but stop will still work). Uncomment this if you are
|
# slapd (but stop will still work). Uncomment this if you are
|
||||||
|
|
Loading…
Add table
Reference in a new issue