From: Kurt Zeilenga Date: Thu, 24 Aug 2000 21:38:00 +0000 (+0000) Subject: Fix a few typos (including those from ITS#683) X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2187 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a15a0a59fb9ca53a898048f61f6d7e2ae403bbf;p=openldap Fix a few typos (including those from ITS#683) --- diff --git a/doc/guide/admin/intro.sdf b/doc/guide/admin/intro.sdf index ce8b021d96..9b362114d6 100644 --- a/doc/guide/admin/intro.sdf +++ b/doc/guide/admin/intro.sdf @@ -19,7 +19,7 @@ H2: What is a directory service? A directory is specialized database optimized for reading, browsing and searching. Directories tend to contain descriptive, attribute-based information and support sophisticated filtering capabilities. Directories -are generally do not support complicated transaction or roll-back schemes +generally do not support complicated transaction or roll-back schemes found in database management systems designed for handling high-volume complex updates. Directory updates are typically simple all-or-nothing changes, if they are allowed at all. Directories are tuned to give @@ -225,7 +225,7 @@ H2: What about X.500? Technically, LDAP is a directory access protocol to an {{TERM:X.500}} directory service, the {{TERM:OSI}} directory service. Initial -LDAP servers were gateway between LDAP and the X.500 {{TERM[expand]DAP}} +LDAP servers were gateways between LDAP and the X.500 {{TERM[expand]DAP}} ({{TERM:DAP}}). DAP is a heavyweight protocol that operates over a full OSI protocol stack and requires a significant amount of computing resources. LDAP is designed to operate over {{TERM:TCP}}/{{TERM:IP}} diff --git a/doc/guide/admin/quickstart.sdf b/doc/guide/admin/quickstart.sdf index cae13dc442..66452012fb 100644 --- a/doc/guide/admin/quickstart.sdf +++ b/doc/guide/admin/quickstart.sdf @@ -43,7 +43,7 @@ following commands: . then relocate yourself into the distribution directory: -..{{EX:cd openldap-VERSION.tgz}} +..{{EX:cd openldap-VERSION}} . You'll have to replace {{F:VERSION}} with the version name of the release. @@ -130,12 +130,12 @@ whatever installation prefix was used by {{EX:configure}}. +{{B:Edit the configuration file}}. . Use your favorite editor to edit the provided {{slapd.conf}}(5) -example (usually installed as {{F:/usr/local/etc/slapd.conf}}) to -contain an LDBM database definition of the form: +example (usually installed as {{F:/usr/local/etc/openldap/slapd.conf}}) +to contain an LDBM database definition of the form: ..{{EX:database ldbm}} ..{{EX:suffix "dc=, dc="}} -..{{EX:rootdn "cn=Manager, dc="}} +..{{EX:rootdn "cn=Manager, dc=, dc="}} ..{{EX:rootpw secret}} ..{{EX:directory /usr/local/var/openldap-ldbm}}