Remove binding to IPv6 ::1 as it makes ipv4-only instances crash... (unable to bind to ::1)

This commit is contained in:
Alexandre Aubin 2019-07-05 20:50:13 +02:00
parent a25fe53a70
commit fbfa249ff5

View file

@ -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/ ldap://[::1]:389/ ldapi:///" SLAPD_SERVICES="ldap://127.0.0.1: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