]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
misc man page updates
authorKurt Zeilenga <kurt@openldap.org>
Fri, 7 Feb 2003 18:16:13 +0000 (18:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 7 Feb 2003 18:16:13 +0000 (18:16 +0000)
doc/man/man5/slapd-dnssrv.5
doc/man/man5/slapd-ldap.5
doc/man/man5/slapd-meta.5
doc/man/man5/slapd-passwd.5
doc/man/man5/slapd-shell.5
doc/man/man5/slapd-sql.5
doc/man/man5/slapd-tcl.5
doc/man/man5/slapd.access.5

index 243649532144d0c6123662d68b8b83b70a5dc482..674d524707424383afe360097117098f23ca0e2f 100644 (file)
@@ -11,6 +11,8 @@ The DNSSRV backend to
 .BR slapd (8)
 serves up referrals based upon SRV resource records held in
 the Domain Name System.
+.LP
+This backend is experimental.
 .SH CONFIGURATION
 The DNSSRV backend has no backend nor database specific options.
 It is configured simply by "database dnssrv" followed a suffix
index e102d3830ed5737baa2535519786a2b05313aad1..800508ce7959a7560588382fb7497fd30ed6f3ab 100644 (file)
@@ -37,7 +37,14 @@ modification should not be used, as they could be passed to the target
 servers, generating an error.
 .TP
 .B uri <ldapurl>
-LDAP server to use.
+LDAP server to use.  Multiple URIs can be set in in a single
+.B ldapurl
+argument, resulting in the underlying library automatically 
+call the first server of the list that responds, e.g. 
+
+\fBuri "ldap://host/ ldap://backup-host"\fP
+
+The URI list is space- or comma-separated.
 .TP
 .B server <hostport>
 Obsolete option; same as `uri ldap://<hostport>/'.
index d953d09dcd317ac932d27f82249765a29ddb23c1..ed3fa7bba42c50a24ebd8f6d9072c6be87c45eae 100644 (file)
@@ -115,6 +115,10 @@ uri    "ldap://x.foo.com/dc=x,\fBdc=foo,dc=com\fP"
 .LP
 The <naming context> part doesn't need to be unique across the targets;
 it may also match one of the values of the "suffix" directive.
+Multiple URIs may be defined in a single argument.  The URIs must
+be separated by TABs (e.g. '\\t'), and the additional URIs must have
+no <naming context> part.  This causes the underlying library
+to contact the first server of the list that responds.
 .TP
 .B default-target [<target>]
 The "default-target" directive can also be used during target specification.
@@ -135,6 +139,10 @@ check permissions.
 This directive sets the password for acl checking in conjunction
 with the above mentioned "binddn" directive.
 .TP
+.B rebind-as-user
+If this option is given, the client's bind credentials are remembered
+for rebinds when chasing referrals.
+.TP
 .B pseudorootdn "<substitute DN in case of rootdn bind>"
 This directive, if present, sets the DN that will be substituted to
 the bind DN if a bind with the backend's "rootdn" succeeds.
index 644d3b5e2b3f7d9eb23d7adf88ef86ee55ee1a1c..dfb7ca5bc877ae31ecce588a16627eb9ff1ae3ab 100644 (file)
@@ -11,7 +11,7 @@ The PASSWD backend to
 .BR slapd (8)
 serves up the user account information listed in the system
 .BR passwd (5)
-file.
+file.  This backend is provided for demonstration purposes only.
 The DN of each entry is "uid=<username>,<suffix>".
 Note that non-base searches scan the the entire passwd file, and
 are best suited for hosts with small passwd files.
index c1c3e8fea80d032f5c5b4ffd5a7d2f84e81d3b80..b84d6201ccca09750647460889ee5bd27d5ec12d 100644 (file)
@@ -13,6 +13,8 @@ executes external programs to implement operations, and is designed to
 make it easy to tie an existing database to the
 .B slapd
 front-end.
+.LP
+This backend is is primarily intended to be used in prototypes.
 .SH WARNING
 .B "This backend's calling conventions have changed since OpenLDAP 2.0."
 The abandon operation now gets a new "pid:" line.
index f2545af7c4608f23a3cc96ca8ebb0d29cbbe8d3f..3ca8a186780d466bfb88c3577d77fbd0481d5293 100644 (file)
@@ -40,6 +40,8 @@ Also, it uses ODBC to connect to RDBMSes, and is highly configurable
 for SQL dialects RDBMSes may use, so it may be used for integration
 and distribution of data on different RDBMSes, OSes, hosts etc., in
 other words, in highly heterogeneous environment.
+.LP
+This backend is experimental.
 .SH CONFIGURATION
 These
 .B slapd.conf
index e5c168f7229ccd57f68207b691f008cf0546e98d..32c341c436a3c54252c75dff556b515d40396833 100644 (file)
@@ -14,6 +14,8 @@ interpreter into
 Any tcl database section of the configuration file
 .BR slapd.conf (5)
 must then specify what Tcl script to use.
+.LP
+This backend is experimental.
 .SH WARNING
 .B "This backend's calling conventions have changed since OpenLDAP 2.0."
 Previously, the 2nd argument to the procs was a message ID.
index 90931cd9da2b6cd94977a2f4750bddb72c85a6f5..c889bcc332ce3799f5a774464ff58b57dfecc64e 100644 (file)
@@ -94,7 +94,7 @@ for an exact match of the entry,
 .B one
 to indicate all the entries immediately below the
 .BR pattern ,
-.B sub
+.B subtree
 to indicate all the subentries of an entry including the entry itself,
 .B children
 to indicate all the subentries of an entry not including the entry itself.
@@ -102,7 +102,7 @@ Note that
 .B dn=".*"
 is equivalent to
 .BR * .
-The regex form of the pattern does not support UTF-8 (7) yet.
+The regex form of the pattern does not support UTF-8 yet.
 .LP
 The statement
 .B filter=<ldapfilter>