]> git.sur5r.net Git - openldap/commitdiff
Add a few notes about intended usage of these backends
authorKurt Zeilenga <kurt@openldap.org>
Thu, 9 Jan 2003 12:07:14 +0000 (12:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 9 Jan 2003 12:07:14 +0000 (12:07 +0000)
doc/man/man5/slapd-dnssrv.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

index b24a891e16f0c4c228af6b6e5041f8490177844b..9e9be5ca55d86075bd5e9f91e3f4cf31243def8a 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 d74cc0e124a6ceb5e7dafdbf05bc4e5b3c0a2e51..0222f69e71527aac2929a6ce119921bd5f831895 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 877d7a20c7186c40cebd0221e48d1ca81dec5392..70f479d1d0a0c0b0550e29f09c82f97f12e85cb7 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.