mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1916 from YunoHost/fix_slapd_listen_ipv6
[Fix] Make slapd listen also on ipv6
This commit is contained in:
commit
34861f906d
1 changed files with 1 additions and 1 deletions
|
@ -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:389/ ldaps:/// ldapi:///"
|
SLAPD_SERVICES="ldap://localhost:389/ ldaps:/// 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