]> git.sur5r.net Git - openldap/commitdiff
Documentation patch #4 (ITS#1749)
authorKurt Zeilenga <kurt@openldap.org>
Thu, 9 May 2002 02:07:41 +0000 (02:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 9 May 2002 02:07:41 +0000 (02:07 +0000)
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

Small changes:
- Fix typo slapd_meta -> slapd-meta in slapd-meta(5).
- Add slapd-dnssrv(5) to SEE ALSO in slapd.conf(5).
- Add descriptions of the files in FILES sections.
- Add $HOME/.udrc to FILES in ud(1) and ud.conf(5).
- Add ldaprc (without ".") and ENVIRONMENT VARIABLES in ldap.conf(5).
- Change manpage references to proper ".BR name (section)".

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.

38 files changed:
doc/man/man1/ldappasswd.1
doc/man/man1/ud.1
doc/man/man3/lber-decode.3
doc/man/man3/lber-encode.3
doc/man/man3/lber-memory.3
doc/man/man3/lber-types.3
doc/man/man3/ldap.3
doc/man/man3/ldap_abandon.3
doc/man/man3/ldap_add.3
doc/man/man3/ldap_bind.3
doc/man/man3/ldap_compare.3
doc/man/man3/ldap_delete.3
doc/man/man3/ldap_error.3
doc/man/man3/ldap_first_attribute.3
doc/man/man3/ldap_first_entry.3
doc/man/man3/ldap_first_message.3
doc/man/man3/ldap_first_reference.3
doc/man/man3/ldap_get_dn.3
doc/man/man3/ldap_get_values.3
doc/man/man3/ldap_parse_result.3
doc/man/man3/ldap_schema.3
doc/man/man5/ldap.conf.5
doc/man/man5/slapd-bdb.5
doc/man/man5/slapd-dnssrv.5
doc/man/man5/slapd-ldap.5
doc/man/man5/slapd-ldbm.5
doc/man/man5/slapd-meta.5
doc/man/man5/slapd-null.5
doc/man/man5/slapd-passwd.5
doc/man/man5/slapd-perl.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
doc/man/man5/slapd.conf.5
doc/man/man5/slapd.replog.5
doc/man/man5/ud.conf.5
doc/man/man8/mail500.8

index 3fa179f87b5e7d5511d38fdf98b80d8fcb7f13d0..a23f875c513505ac1e03d3c9dd381e5289d7a92b 100644 (file)
@@ -158,8 +158,8 @@ Issue StartTLS (Transport Layer Security) extended operation. If you use
 .BR \-ZZ ,
 the command will require the operation to be successful
 .SH SEE ALSO
-.BR ldap_sasl_bind (3)
-.BR ldap_extended_operation (3)
+.BR ldap_sasl_bind (3),
+.BR ldap_extended_operation (3),
 .BR ldap_start_tls_s (3)
 .SH AUTHOR
 The OpenLDAP Project <http://www.openldap.org/>
index b4e080d6b05e8cfdefdd31636a021f60f1b08e95..c1eb3bc5ca4f5ce885139fde026c10a8cb9bfc57 100644 (file)
@@ -61,7 +61,12 @@ command.
 .B \-D
 Prints out a list of valid ud debug masks.
 .SH FILES
-ETCDIR/ud.conf         The ud configuration file.
+.TP
+.I  ETCDIR/ud.conf
+system-wide ud configuration file
+.TP
+.I  $HOME/.udrc
+personal ud configuration file, overriding system file
 .SH "SEE ALSO"
 .BR ud.conf (5),
 .BR ldap.conf (5),
index 2eb1fb77a79008474aa1a5f92e29d4c897998f25..b0ff540d00ade17e0cfa43ec49f59dc82d90bbf7 100644 (file)
@@ -343,9 +343,9 @@ The return values for all of these functions are declared in the
 header file.  Some routines may dynamically allocate memory
 which must be freed by the caller using supplied deallocation routines.
 .SH SEE ALSO
-.BR lber-encode (3)
-.BR lber-memory (3)
-.BR lber-sockbuf (3)
+.BR lber-encode (3),
+.BR lber-memory (3),
+.BR lber-sockbuf (3),
 .BR lber-types (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
index 38c8854e47f35996831ba186c15787557c69c523..be7302cb79b2aa809e4f45809183400396fa7cc4 100644 (file)
@@ -73,7 +73,7 @@ routine is used to actually write the element to a socket
 (or file) descriptor, once it has been fully encoded (using
 .BR ber_printf ()
 and friends).  See
-.BR lber-sockbuf(3)
+.BR lber-sockbuf (3)
 for more details on the Sockbuf implementation of the \fIsb\fP parameter.
 If the \fIfreeit\fP parameter is non-zero, the supplied \fIber\fP will
 be freed after its contents have been flushed.
@@ -262,9 +262,9 @@ If an error occurs during encoding, generally these routines return LBER_ERROR.
 The return values for all of these functions are declared in the
 <lber.h> header file.
 .SH SEE ALSO
-.BR lber-decode (3)
-.BR lber-memory (3)
-.BR lber-sockbuf (3)
+.BR lber-decode (3),
+.BR lber-memory (3),
+.BR lber-sockbuf (3),
 .BR lber-types (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
index 75da6214eec3482d12197a9aa24305c85540410e..2cf9d3233281dadb28662141c20d5d5e61c6c1ac 100644 (file)
@@ -33,14 +33,14 @@ are used exactly like the standard
 .BR calloc (3),
 .BR realloc (3),
 and
-.BR free(3)
+.BR free (3)
 routines, respectively.  The
 .BR ber_memvfree ()
 routine is used to free a dynamically allocated array of pointers to
 arbitrary dynamically allocated objects.
 .SH SEE ALSO
-.BR lber-decode (3)
-.BR lber-encode (3)
+.BR lber-decode (3),
+.BR lber-encode (3),
 .BR lber-types (3)
 .LP
 .SH ACKNOWLEDGEMENTS
index e7cc82c647146b292cd044969e51bd767d0f60ba..0a8b020b7613b3f7539abcb92f043b939f2b7bf0 100644 (file)
@@ -153,8 +153,8 @@ and
 frees a BerElement pointed to by \fIber\fP.  If \fIber\fP is NULL, the routine
 does nothing.  If \fIfreebuf\fP is zero, the internal buffer is not freed.
 .SH SEE ALSO
-.BR lber-encode (3)
-.BR lber-decode (3)
+.BR lber-encode (3),
+.BR lber-decode (3),
 .BR lber-memory (3)
 .LP
 .SH ACKNOWLEDGEMENTS
index f65fc1d3a9923c231380c955d6d7e333e1c19f34..2b3c97b6acadf51543fb1147d494b35fada89328 100644 (file)
@@ -304,7 +304,7 @@ sort a list of attribute values
 .SM ldap_sort_strcasecmp(3)
 case insensitive string comparison
 .SH SEE ALSO
-.BR slapd (8)
+.BR slapd (8),
 .BR draft-ietf-ldapext-ldap-c-api-xx.txt \ <http://www.ietf.org>
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
index 63e75446cdcc650c2a23e7226fd39a294982e2e2..a5266937ed5c053990d63c96fc84e8288ae94c52 100644 (file)
@@ -55,9 +55,9 @@ See
 .BR ldap_error (3)
 for details.
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_result(3),
-.B ldap_error(3)
+.BR ldap (3),
+.BR ldap_result (3),
+.BR ldap_error (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index 7a3aad11d32bac659c6db7b3e4943977e05d8ba0..fbd33a321d29f9c00e1f5cce4680442e9570811c 100644 (file)
@@ -79,8 +79,8 @@ and
 .B ldap_add_ext_s()
 also directly return LDAP error codes.
 .SH SEE ALSO
-.BR ldap(3),
-.B ldap_modify(3)
+.BR ldap (3),
+.BR ldap_modify (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index 8f9c56b0fca15c236d8f4fed8874dd00a7d41260..16ce233d332ea528a4b9d7d184f4a3b91b6fdba6 100644 (file)
@@ -211,9 +211,9 @@ routines return whatever \fIld_errno\fP is set to.  See
 .BR ldap_error (3)
 for more information.
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_error(3),
-.BR ldap_open(3),
+.BR ldap (3),
+.BR ldap_error (3),
+.BR ldap_open (3),
 .B RFC 2222
 (http://www.ietf.org),
 .B Cyrus SASL
index 2904698a75201f6cc81b2eef46f7193ab490179c..b4971eb45df1adc44eef041960e95bc9a7514555 100644 (file)
@@ -49,8 +49,8 @@ non-negative message id of the request if things went ok.
 .SH BUGS
 There is no way to compare binary values, but there should be.
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_error(3)
+.BR ldap (3),
+.BR ldap_error (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index c6e3a4c4b5048b0e641b3fb55f3cb3e4173d302c..9390106367b8287f75a5f3805d8ca91d42c7c869 100644 (file)
@@ -46,8 +46,8 @@ and friends.
 returns -1 if something went wrong initiating the request.  It returns the
 non-negative message id of the request if things went ok.
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_error(3)
+.BR ldap (3),
+.BR ldap_error (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index b3a6592a4b8a6f700d9ea5f83ab3f383663d9eca..da99aa62319312a47ee961735815de3098834654 100644 (file)
@@ -201,8 +201,8 @@ An memory allocation (e.g., malloc(3) or other dynamic memory
 allocator) call failed in an ldap
 library routine.
 .SH SEE ALSO
-.BR ldap(3),
-.BR perror(3)
+.BR ldap (3),
+.BR perror (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index 8eb49b62e5cdaff3cf2ad26b5932989175d10e43..ec9fd54b439c3e869058e8e5d62b7d0978a4cf43 100644 (file)
@@ -63,10 +63,10 @@ and
 return dynamically allocated memory that must be freed by the caller via
 .BR ldap_memfree (3).   
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_first_entry(3),
-.BR ldap_get_values(3),
-.BR ldap_error(3)
+.BR ldap (3),
+.BR ldap_first_entry (3),
+.BR ldap_get_values (3),
+.BR ldap_error (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index 56a96a5d5c036b2870a47b769a0c5cccd548c210..9df89ebf5240ea8af7c68aed747ddb562651c2bd 100644 (file)
@@ -68,12 +68,12 @@ is set appropriately.  See
 .BR ldap_error (3)
 for a description of possible error codes.
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_result(3),
-.BR ldap_search(3),
-.BR ldap_first_attribute(3),
-.BR ldap_get_values(3),
-.BR ldap_get_dn(3)
+.BR ldap (3),
+.BR ldap_result (3),
+.BR ldap_search (3),
+.BR ldap_first_attribute (3),
+.BR ldap_get_values (3),
+.BR ldap_get_dn (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index dd0cce2bafff96489f8026d0773767d9e6da2094..f341319d3c23d6e0b007d9ccae204f1a2b8dc9a6 100644 (file)
@@ -71,12 +71,12 @@ NULL is returned.  If an error occurs in
 .BR ldap_count_messages() ,
 -1 is returned.
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_search(3),
-.BR ldap_result(3),
-.BR ldap_parse_result(3),
-.BR ldap_first_entry(3),
-.BR ldap_first_reference(3)
+.BR ldap (3),
+.BR ldap_search (3),
+.BR ldap_result (3),
+.BR ldap_parse_result (3),
+.BR ldap_first_entry (3),
+.BR ldap_first_reference (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index 1fc1eda6368c4eb9cfdeb7ebfdf587b81228670a..fe9bda4b9ca0b4f384428468d92d089206b45b8c 100644 (file)
@@ -62,10 +62,10 @@ NULL is returned.  If an error occurs in
 .BR ldap_count_references() ,
 -1 is returned.
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_result(3),
-.BR ldap_search(3),
-.BR ldap_parse_reference(3)
+.BR ldap (3),
+.BR ldap_result (3),
+.BR ldap_search (3),
+.BR ldap_parse_reference (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index 9784cd70278610287bfa108a7488ef37108caba8..c86c0de6f76505b23913ca1119bfd06311a539b7 100644 (file)
@@ -219,11 +219,11 @@ set appropriately in case of trouble.
 .SH NOTES
 These routines dynamically allocate memory that the caller must free.
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_error(3),
-.BR ldap_first_entry(3),
-.BR ldap_memfree(3),
-.BR ldap_value_free(3)
+.BR ldap (3),
+.BR ldap_error (3),
+.BR ldap_first_entry (3),
+.BR ldap_memfree (3),
+.BR ldap_value_free (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index eebb117a5fc90232bf875aab71dc5cfa8d5482b8..e9acf3d207e3bc729cb047bd3e110185540b2a39 100644 (file)
@@ -92,10 +92,10 @@ for a description of possible error codes.
 These routines dynamically allocate memory which the caller must free
 using the supplied routines.
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_first_entry(3),
-.BR ldap_first_attribute(3),
-.BR ldap_error(3)
+.BR ldap (3),
+.BR ldap_first_entry (3),
+.BR ldap_first_attribute (3),
+.BR ldap_error (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index 4cb95dcc493e027382ddfca60f5177369ff66c1a..d30115ac7714203bfe168aff8dc184dcf26046bc 100644 (file)
@@ -27,12 +27,12 @@ These routines are used to extract information from a result message.
 They will operate on the first result message in a chain of search
 results (skipping past other message types). They take the \fIresult\fP
 as returned by a call to
-.BR ldap_result (3) ,
+.BR ldap_result (3),
 .BR ldap_search_s (3)
 or
-.BR ldap_search_st (3) .
+.BR ldap_search_st (3).
 In addition to
-.B ldap_parse_result() ,
+.BR ldap_parse_result() ,
 the routines
 .B ldap_parse_sasl_bind_result()
 and
@@ -47,43 +47,43 @@ The server might supply a matched DN string in the message indicating
 how much of a name in a request was recognized. The \fImatcheddnp\fP
 parameter will be filled in with this string if supplied, else it will
 be NULL. If a string is returned, it should be freed using
-.BR ldap_memfree(3) .
+.BR ldap_memfree (3).
 .LP
 The \fIerrmsgp\fP parameter will be filled in with the error message
 field from the parsed message. This string should be freed using
-.BR ldap_memfree(3) .
+.BR ldap_memfree (3).
 .LP
 The \fIreferralsp\fP parameter will be filled in with an allocated array of
 referral strings from the parsed message. This array should be freed using
-.BR ldap_value_free(3) .
+.BR ldap_value_free (3).
 If no referrals were returned, \fI*referralsp\fP is set to NULL.
 .LP
 The \fIserverctrlsp\fP parameter will be filled in with an allocated array of
 controls copied from the parsed message. The array should be freed using
-.BR ldap_controls_free(3) .
+.BR ldap_controls_free (3).
 If no controls were returned, \fI*serverctrlsp\fP is set to NULL.
 .LP
 The \fIfreeit\fP parameter determines whether the parsed message is
 freed or not after the extraction. Any non-zero value will make it
 free the message. The
-.BR ldap_msgfree(3)
+.BR ldap_msgfree (3)
 routine can also be used to free the message later.
 .LP
 For SASL bind results, the \fIservercredp\fP parameter will be filled in
 with an allocated berval structure containing the credentials from the
 server if present. The structure should be freed using
-.BR ber_bvfree(3) .
+.BR ber_bvfree (3).
 .LP
 For extended results, the \fIretoidp\fP parameter will be filled in
 with the dotted-OID text representation of the name of the extended
 operation response. The string should be freed using
-.BR ldap_memfree(3) .
+.BR ldap_memfree (3).
 If no OID was returned, \fI*retoidp\fP is set to NULL.
 .LP
 For extended results, the \fIretdatap\fP parameter will be filled in
 with a pointer to a berval structure containing the data from the
 extended operation response. The structure should be freed using
-.BR ber_bvfree(3) .
+.BR ber_bvfree (3).
 If no data were returned, \fI*retdatap\fP is set to NULL.
 .LP
 For all the above result parameters, NULL values can be used in calls
@@ -92,12 +92,12 @@ in order to ignore certain fields.
 Upon success LDAP_SUCCESS is returned. Otherwise the values of the
 result parameters are undefined.
 .SH SEE ALSO
-.BR ldap (3)
-.BR ldap_result (3)
-.BR ldap_search (3)
-.BR ldap_memfree (3)
-.BR ldap_get_values (3)
-.BR ldap_controls_free (3)
+.BR ldap (3),
+.BR ldap_result (3),
+.BR ldap_search (3),
+.BR ldap_memfree (3),
+.BR ldap_get_values (3),
+.BR ldap_controls_free (3),
 .BR lber-types (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
index 11a7bfc739e3d7ee2e7ef9b67bf431bf949068a9..27c6446671aab26dd117f256dfa9481bd58ef8c7 100644 (file)
@@ -320,7 +320,7 @@ Duplicate option.
 Unexpected end of data.
 
 .SH SEE ALSO
-.BR ldap (3),
+.BR ldap (3)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
index dec57bbff5bf5aabee234ad8c2ad91ecbe87b9c3..85ed4e245fd9036bdc684c5b8129c07eb20bb2e1 100644 (file)
@@ -1,4 +1,4 @@
-.TH LDAP.CONF 5 "20 August 2000" "OpenLDAP LDVERSION"
+.TH LDAP.CONF 5 "6 May 2002" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
 .\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
@@ -18,9 +18,14 @@ clients.  If the environment variable \fBLDAPNOINIT\fP is defined, all
 defaulting is disabled.
 .LP
 Each user may specify an optional configuration file,
+.IR ldaprc
+or
 .IR .ldaprc ,
 in his/her home directory which will be used to override the system-wide
 defaults file.
+The file
+.IR ldaprc
+in the current working directory is also used.
 .LP
 Additional configuration files can be specified using
 the \fBLDAPCONF\fP and \fBLDAPRC\fP environment variables.
@@ -128,14 +133,31 @@ or
 to specify that aliases are never dereferenced, always dereferenced,
 dereferenced when searching, or dereferenced only when locating the
 base object for the search.  The default is to never dereference aliases.
+.SH "ENVIRONMENT VARIABLES"
+.TP
+LDAPNOINIT
+disable all defaulting
+.TP
+LDAPCONF
+path of a configuration file
+.TP
+LDAPRC
+basename of ldaprc file in $HOME or $CWD
+.TP
+LDAP<option-name>
+Set <option-name> as from ldap.conf
 .SH FILES
+.TP
 .I  ETCDIR/ldap.conf
-.LP
-.I  $HOME/.ldaprc
-.LP
-.I  $CWD/.ldaprc
+system-wide ldap configuration file
+.TP
+.I  $HOME/ldaprc, $HOME/.ldaprc
+user ldap configuration file
+.TP
+.I  $CWD/ldaprc
+local ldap configuration file
 .SH "SEE ALSO"
-ldap(3)
+.BR ldap (3)
 .SH AUTHOR
 Kurt Zeilenga, The OpenLDAP Project
 .SH ACKNOWLEDGEMENTS
index 630aecb5455f357139338d8adc96456749d83303..0dfdb8ba9e880be7653a3ac6d7bc91ff1d26eabc 100644 (file)
@@ -95,7 +95,9 @@ Specify the file protection mode that newly created database
 index files should have.
 The default is 0600.
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd (8),
index d7aaf031ae43d4f14d3d2ddea1a5490a56287a46..9e3fbdf3aac4fa12c6e4e4200a233f8de218a4cb 100644 (file)
@@ -16,7 +16,9 @@ The DNSSRV backend has no backend nor database specific options.
 It is configured simply by "database dnssrv" followed a suffix
 directive, e.g. suffix "".
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .br
 .SH SEE ALSO
 \fB"OpenLDAP Root Service - An experimental LDAP referral
index e22d94479b288cbf1c078c33b52caae537463632..192d0e715903578db918313727b6468d43b11841 100644 (file)
@@ -108,7 +108,9 @@ any other attribute gets "removed" from the object before it is sent
 to the client (or sent up to the LDAP server).  This is obviously a 
 simplistic example, but you get the point.
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd-meta (5),
index 6affd085855575cda748083da8df565e7eafc5b2..3fd0c3bff164cb7871380549b4496546bd0b07a6 100644 (file)
@@ -115,7 +115,9 @@ Specify the file protection mode that newly created database
 index files should have.
 The default is 0600.
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd (8),
index ec37ff98f88620c98d63ae4f56af1044ab25a169..6671174e4df9e264c289ebf37c0904c4e4b3f857 100644 (file)
@@ -1,4 +1,4 @@
-.TH SLAPD_META 5 "2 May 2002" "OpenLDAP LDVERSION"
+.TH SLAPD-META 5 "2 May 2002" "OpenLDAP LDVERSION"
 .\" Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
 .\" Copying restrictions apply.  See the COPYRIGHT file.
 .\" Copyright 2001, Pierangelo Masarati, All rights reserved. <ando@sys-net.it>
@@ -8,7 +8,7 @@
 .\" and maybe manual pages for librewrite.
 .\"
 .SH NAME
-slapd_meta \- metadirectory backend
+slapd-meta \- metadirectory backend
 .SH SYNOPSIS
 ETCDIR/slapd.conf
 .SH DESCRIPTION
@@ -658,7 +658,9 @@ been written:
 .LP
 with the advantage of saving one rewrite pass ...)
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd\-ldap (5),
index b9d7908b0088912f639f31dd11720e7341b6a6ba..fad41f556081b42762b0272dadad68b9496144f7 100644 (file)
@@ -43,7 +43,9 @@ bind     on
 .fi
 .RE
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd (8).
index 20456f18455fe0248168ddeac9786a9d8987e78e..6765d2e3c505a016e23f69b87b8af970bb24fb48 100644 (file)
@@ -30,9 +30,12 @@ Specifies an alternate passwd file to use.
 The default is
 .BR /etc/passwd .
 .SH FILES
+.TP
 ETCDIR/slapd.conf
-.br
+default slapd configuration file
+.TP
 /etc/passwd
+user account information
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd (8),
index 0c83dceee8c3487546ad5030430579cc3339bffa..d544a4412d12e9472b9fbc533ef0f3865ac6a621 100644 (file)
@@ -166,7 +166,9 @@ direcetory in the OpenLDAP source tree.
 The interface of this backend to the perl module MAY change.
 Any suggestions would greatly be appreciated.
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd (8),
index af039f984a26cc22552da5cbff04ca50ce52ee66..737f27736565c042be316c8a40cfcea1591d1045 100644 (file)
@@ -139,7 +139,9 @@ Lines starting with `#' or `DEBUG:' are ignored.
 There is an example search script in the slapd/back-shell/ directory
 in the OpenLDAP source tree.
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd (8),
index 31fae83623ed991e66b70b6828f42273039f0bd6..b01e04df860aee17914ce327b34d4796638b5fab 100644 (file)
@@ -375,7 +375,9 @@ described in the Administrators Guide.
 There are example SQL modules in the slapd/back-sql/rdbms_depend/
 directory in the OpenLDAP source tree.
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd (8).
index c4ada1fa5fcd8f33fdbd7e84743419c27aa69d23..bf45a49d3549d292750ab7cc938fde49574f64f4 100644 (file)
@@ -247,7 +247,9 @@ Allows you to send debug messages through OpenLDAP's native debugging
 system, this is sent as a LDAP_DEBUG_ANY and will be logged.
 Useful for debugging scripts or logging bind failures.
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd (8),
index 6be551c1cd81d345844c56ebbdf84e0d2753fe4d..4b30c60e848a3ce5776eb9d7c18f9a18065a4eda 100644 (file)
@@ -412,7 +412,9 @@ or the (even more silly) example
 which grants everybody search and compare privileges, and adds read
 privileges to authenticated users.
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR slapd (8),
 .LP
index 5692deb51c8f340ae17920978a09be4a447ced11..3c9ed2bc52eb6192b694abd87c5d3eedfde80700 100644 (file)
@@ -253,7 +253,7 @@ to allow any level of depth match, not including the exact match;
 .BR regex
 explicitly requires the (default) match based on regular expression
 pattern, as detailed in
-.BR regex(7).
+.BR regex (7).
 Finally,
 .B anonymous
 matches unbound operations; the 
@@ -985,10 +985,13 @@ lastmod   off
 example of a configuration file.
 The original ETCDIR/slapd.conf is another example.
 .SH FILES
+.TP
 ETCDIR/slapd.conf
+default slapd configuration file
 .SH SEE ALSO
 .BR ldap (3),
 .BR slapd-bdb (5),
+.BR slapd-dnssrv (5),
 .BR slapd-ldap (5),
 .BR slapd-ldbm (5),
 .BR slapd-meta (5),
index 5e67091edd37f81c4923277095cf78e678bb3490..46586e2c22655098f2a462f8c844ee6f57732ae2 100644 (file)
@@ -10,7 +10,7 @@ slapd.replog.lock
 .SH DESCRIPTION
 .LP
 The file slapd.replog is produced by the stand-alone LDAP daemon,
-.IR slapd ,
+.BR slapd (8),
 when changes are made to its local database that are to be
 propagated to one or more replica
 .IR slapd s.
@@ -20,7 +20,7 @@ or deletion from the
 .I slapd
 database.  The file is meant to be read
 and processed by
-.IR slurpd ,
+.BR slurpd (8),
 the stand-alone LDAP update replication daemon.  The records are
 separated by a blank line.  Each record has the following format.
 .LP
@@ -152,8 +152,12 @@ on one of each type of change.
        deleteoldrdn: 0
 .fi
 .SH FILES
+.TP
 slapd.replog
+slapd replication log file
+.TP
 slapd.replog.lock
+lockfile for slapd.replog
 .SH SEE ALSO
 .BR ldap (3),
 .BR ldif (5),
index 5ccb3b57f4748fec3f0ae91fbf9ae370d9bfe339..8dbd40a0ebad2ba60b046cc5419cb1fd7903b8e9 100644 (file)
@@ -91,10 +91,15 @@ For example,
 causes this algorithm to be applied when the number of fields is exactly equal
 to one.  If there is exactly one field, the token is looked up as a UID.
 .SH FILES
+.TP
 .I  ETCDIR/ud.conf
+system-wide ud configuration file
+.TP
+.I  $HOME/.udrc
+personal ud configuration file, overriding system file
 .SH "SEE ALSO"
-ud(1),
-ldap(3)
+.BR ud (1),
+.BR ldap (3)
 .SH AUTHOR
 Bryan Beecher, University of Michigan
 .SH ACKNOWLEDGEMENTS
index 21ed0f48ebdd7399ceacb860a69b6e9e9a1a5f47..58c157ed25b56316985ddc2b657e2a948ef92c8c 100644 (file)
@@ -285,9 +285,9 @@ would behave appropriately based on how they were invoked.  Unfortunately,
 several new features (e.g. vacation support) were added to mail500
 but not to fax500.
 .SH "SEE ALSO"
-.BR ldap(3),
-.BR sendmail.cf(5),
-.BR sendmail(8),
+.BR ldap (3),
+.BR sendmail.cf (5),
+.BR sendmail (8)
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).