From b75d318ebf01992b725aedd621f8517157ca6d42 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 14 Sep 2000 16:40:12 +0000 Subject: [PATCH] ITS#741 fixes --- doc/guide/admin/quickstart.sdf | 8 ++++---- doc/guide/admin/replication.sdf | 2 +- doc/guide/admin/runningslapd.sdf | 2 +- doc/guide/admin/slapdconfig.sdf | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/guide/admin/quickstart.sdf b/doc/guide/admin/quickstart.sdf index fdc2187a63..d3757fc83b 100644 --- a/doc/guide/admin/quickstart.sdf +++ b/doc/guide/admin/quickstart.sdf @@ -209,22 +209,22 @@ in the {{slapd}}(8) manual page and the ..{{EX:objectclass: organization}} ..{{EX:o: }} ..{{EX:dc: }} -..{{EX: }} +..{{EX:}} ..{{EX:dn: cn=Manager, dc=, dc=}} ..{{EX:objectclass: organizationalRole}} ..{{EX:cn: Manager}} . Be sure to replace and with the appropriate domain components of your domain name. should be replaced -with the name of your organization. If you cut and paste, be sure -to trim any leading whitespace from the example: +with the name of your organization. If you cut and paste, be sure +to trim any leading and trailing whitespace from the example. ..{{EX:dn: dc=example, dc=com}} ..{{EX:objectclass: dcObject}} ..{{EX:objectclass: organization}} ..{{EX:o: Example Company}} ..{{EX:dc: example}} -..{{EX: }} +..{{EX:}} ..{{EX:dn: cn=Manager, dc=example, dc=com}} ..{{EX:objectclass: organizationalRole}} ..{{EX:cn: Manager}} diff --git a/doc/guide/admin/replication.sdf b/doc/guide/admin/replication.sdf index 9c557e3c7f..63aa651209 100644 --- a/doc/guide/admin/replication.sdf +++ b/doc/guide/admin/replication.sdf @@ -302,7 +302,7 @@ string "{{F:.rej}}" appended. For example, for a replica running on host {{EX:slave.example.com}}, port 389, the reject file, if it exists, will be named -> /usr/local/var/openldap/replog.slave.example.com:389. +> /usr/local/var/openldap/replog.slave.example.com:389.rej A sample rejection log entry follows: diff --git a/doc/guide/admin/runningslapd.sdf b/doc/guide/admin/runningslapd.sdf index 50376544e0..377769a558 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 TCL on +the default LDAP/SSL port 646, 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. diff --git a/doc/guide/admin/slapdconfig.sdf b/doc/guide/admin/slapdconfig.sdf index 1e47e97fb4..e916ff4c00 100644 --- a/doc/guide/admin/slapdconfig.sdf +++ b/doc/guide/admin/slapdconfig.sdf @@ -387,10 +387,10 @@ prefix of another, it must appear after it in the config file. H4: updatedn -This directive is only applicable in a slave slapd. It specifies the -DN allowed to make changes to the replica. This may be the -the DN slurpd binds as when making changes to the replica or -the DN associated with a SASL identity. +This directive is only applicable in a slave slapd. It specifies +the DN allowed to make changes to the replica. This may be the DN +{{slurpd}}(8) binds as when making changes to the replica or the DN +associated with a SASL identity. Entry-based Example: -- 2.39.5