]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/runningslapd.sdf
Fix multiple NAME example
[openldap] / doc / guide / admin / runningslapd.sdf
index 50376544e0f1231043e78f02887744960a7f0df8..b6ddc6c70c60c6a66d469771e0e5c5e664b0ced3 100644 (file)
@@ -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 TCL 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.
@@ -91,7 +91,7 @@ additive, you can do the math yourself. That is, if you want
 to trace function calls and watch the config file being
 processed, you could set level to the sum of those two levels
 (in this case, {{EX: -d 65}}).  Or, you can let slapd do the
-math, (e.g. {{EX: -d 1 -d 64}}).  Consult {{F: <ldap.h>}} for
+math, (e.g. {{EX: -d 1 -d 64}}).  Consult {{F: <ldap_log.h>}} for
 more details.
 
 Note: slapd must have been compiled with {{EX:-DLDAP_DEBUG}}