From 0ef7ebbba6962fa96dbd5bdc2a1be72067929760 Mon Sep 17 00:00:00 2001 From: Romuald du Song Date: Thu, 11 Apr 2019 23:03:57 +0200 Subject: [PATCH] only open socket to localhost --- data/templates/slapd/slapd.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/slapd/slapd.default b/data/templates/slapd/slapd.default index 372b8f4ab..0041b30c5 100644 --- a/data/templates/slapd/slapd.default +++ b/data/templates/slapd/slapd.default @@ -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