Skip to content
Snippets Groups Projects
Commit 7d9d10c7 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix default port

parent 9a8006a6
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ specific host-port pairs or other protocol schemes (such as
ldaps:// or ldapi://). For example,
{{EX:-h "ldaps:// ldap://127.0.0.1:666"}} will create
two listeners: one for LDAP over SSL on all interfaces on
the default LDAP/SSL port 646, and one for LDAP over TCP on
the default LDAP/SSL port 636, and one for LDAP over TCP on
the {{EX:localhost}} ({{loopback}}) interface on port 666.
Hosts may be specified using IPv4 dotted-decimal form or
using host names. Port values must be numeric.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment