]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/config.sdf
clarify "by anonymous auth" semantics
[openldap] / doc / guide / admin / config.sdf
index b81412b698df4d606a263562c8bef28f5b475c17..ee82719e4d399823697c7df8e412d178377e6b9d 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-# Copyright 1999-2000, The OpenLDAP Foundation, All Rights Reserved.
+# Copyright 1999-2003, The OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
 H1: The Big Picture - Configuration Choices
 
@@ -27,7 +27,7 @@ H2: Local Directory Service with Referrals
 
 In this configuration, you run a slapd which provides directory service
 for your local domain and configure it to return referrals to a
-{{superior}} service capable of requests outside your local domain.
+{{superior}} service capable of handling requests outside your local domain.
 You may run this service yourself or use one provided to you.
 This configuration is shown in Figure 3.2.
 
@@ -47,17 +47,18 @@ is shown in figure 3.3.
 !import "config_repl.gif"; align="center"; title="Replicated Directory Services"
 FT[align="Center"] Figure 3.3: Replicated Directory Services
 
-This configuration can be used in conjunction with either of first
+This configuration can be used in conjunction with either of the first
 two configurations in situations where a single slapd does not
 provide the required reliability or availability.
 
 H2: Distributed Local Directory Service
 
 In this configuration, the local service is partitioned into smaller
-services, each which may be replicated, and {{glued}} together with
-{{superior}} and {{subordinate}} referrals.  An example of this
-configuration is shown in Figure 3.4.
+services, each of which may be replicated, and {{glued}} together with
+{{superior}} and {{subordinate}} referrals.
+!if 0
+An example of this configuration is shown in Figure 3.4.
 
 !import "config_dist.gif"; align="center"; title="Distributed Local Directory Services"
 FT[align="Center"] Figure 3.4: Distributed Local Directory Services
-
+!endif