Skip to content

Commit

Permalink
[Fix] Make slapd listen also on ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue-T committed Jul 21, 2024
1 parent 3d53cf0 commit f6c270e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/slapd/slapd.default
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SLAPD_PIDFILE=
# sockets.
# 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://localhost:389/ ldaps:/// 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
Expand Down

0 comments on commit f6c270e

Please sign in to comment.