Merge pull request #706 from rds13/enhOpenLDAPSocketOnLocalhostOnly

[enh] Bind OpenLDAP socket on localhost
This commit is contained in:
Alexandre Aubin 2019-04-25 13:50:28 +02:00 committed by GitHub
commit 923a92997e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ SLAPD_PIDFILE=
# sockets.
# Example usage:
# SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///"
SLAPD_SERVICES="ldap:/// ldapi:///"
SLAPD_SERVICES="ldap://127.0.0.1:389/ ldap://[::1]:389/ ldapi:///"
# 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