From: Kurt Zeilenga Date: Sun, 17 Sep 2000 17:05:26 +0000 (+0000) Subject: Fix default port X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1959 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d9d10c70c15c4f53ddf626f7e61fd243a03f529;p=openldap Fix default port --- diff --git a/doc/guide/admin/runningslapd.sdf b/doc/guide/admin/runningslapd.sdf index 377769a558..a6155f86e9 100644 --- a/doc/guide/admin/runningslapd.sdf +++ b/doc/guide/admin/runningslapd.sdf @@ -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.