Documentation patch #4 (ITS#1749) ================ 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 , May 2002. diff -u2 -r doc/man/man1/ldappasswd.1~ doc/man/man1/ldappasswd.1 --- doc/man/man1/ldappasswd.1~ Fri Jan 4 21:17:33 2002 +++ doc/man/man1/ldappasswd.1 Tue May 7 22:36:56 2002 @@ -159,6 +159,6 @@ 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 diff -u2 -r doc/man/man1/ud.1~ doc/man/man1/ud.1 --- doc/man/man1/ud.1~ Fri Jan 4 21:17:33 2002 +++ doc/man/man1/ud.1 Mon May 6 23:35:46 2002 @@ -62,5 +62,10 @@ 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), diff -u2 -r doc/man/man3/lber-decode.3~ doc/man/man3/lber-decode.3 --- doc/man/man3/lber-decode.3~ Fri Jan 25 12:34:57 2002 +++ doc/man/man3/lber-decode.3 Tue May 7 22:37:35 2002 @@ -344,7 +344,7 @@ 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 diff -u2 -r doc/man/man3/lber-encode.3~ doc/man/man3/lber-encode.3 --- doc/man/man3/lber-encode.3~ Fri Jan 25 12:34:57 2002 +++ doc/man/man3/lber-encode.3 Tue May 7 22:56:58 2002 @@ -74,5 +74,5 @@ .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 @@ -263,7 +263,7 @@ 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 diff -u2 -r doc/man/man3/lber-memory.3~ doc/man/man3/lber-memory.3 --- doc/man/man3/lber-memory.3~ Fri Jan 25 12:34:57 2002 +++ doc/man/man3/lber-memory.3 Tue May 7 22:56:41 2002 @@ -34,5 +34,5 @@ .BR realloc (3), and -.BR free(3) +.BR free (3) routines, respectively. The .BR ber_memvfree () @@ -40,6 +40,6 @@ 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 diff -u2 -r doc/man/man3/lber-types.3~ doc/man/man3/lber-types.3 --- doc/man/man3/lber-types.3~ Fri Jan 25 12:34:58 2002 +++ doc/man/man3/lber-types.3 Tue May 7 22:37:40 2002 @@ -154,6 +154,6 @@ 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 diff -u2 -r doc/man/man3/ldap.3~ doc/man/man3/ldap.3 --- doc/man/man3/ldap.3~ Sun Jan 13 14:45:29 2002 +++ doc/man/man3/ldap.3 Tue May 7 22:39:24 2002 @@ -305,5 +305,5 @@ case insensitive string comparison .SH SEE ALSO -.BR slapd (8) +.BR slapd (8), .BR draft-ietf-ldapext-ldap-c-api-xx.txt \ .SH ACKNOWLEDGEMENTS diff -u2 -r doc/man/man3/ldap_abandon.3~ doc/man/man3/ldap_abandon.3 --- doc/man/man3/ldap_abandon.3~ Sun Jan 13 12:55:55 2002 +++ doc/man/man3/ldap_abandon.3 Tue May 7 22:58:04 2002 @@ -56,7 +56,7 @@ 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 diff -u2 -r doc/man/man3/ldap_add.3~ doc/man/man3/ldap_add.3 --- doc/man/man3/ldap_add.3~ Sun Jan 13 12:55:55 2002 +++ doc/man/man3/ldap_add.3 Tue May 7 22:47:29 2002 @@ -80,6 +80,6 @@ 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 diff -u2 -r doc/man/man3/ldap_bind.3~ doc/man/man3/ldap_bind.3 --- doc/man/man3/ldap_bind.3~ Sun Jan 13 14:45:29 2002 +++ doc/man/man3/ldap_bind.3 Tue May 7 22:34:34 2002 @@ -212,7 +212,7 @@ 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), diff -u2 -r doc/man/man3/ldap_compare.3~ doc/man/man3/ldap_compare.3 --- doc/man/man3/ldap_compare.3~ Fri Jan 4 21:17:34 2002 +++ doc/man/man3/ldap_compare.3 Tue May 7 22:34:22 2002 @@ -50,6 +50,6 @@ 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 diff -u2 -r doc/man/man3/ldap_delete.3~ doc/man/man3/ldap_delete.3 --- doc/man/man3/ldap_delete.3~ Fri Jan 4 21:17:34 2002 +++ doc/man/man3/ldap_delete.3 Tue May 7 22:34:17 2002 @@ -47,6 +47,6 @@ 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 diff -u2 -r doc/man/man3/ldap_error.3~ doc/man/man3/ldap_error.3 --- doc/man/man3/ldap_error.3~ Fri Jan 4 21:17:34 2002 +++ doc/man/man3/ldap_error.3 Tue May 7 22:34:11 2002 @@ -202,6 +202,6 @@ library routine. .SH SEE ALSO -.BR ldap(3), -.BR perror(3) +.BR ldap (3), +.BR perror (3) .SH ACKNOWLEDGEMENTS .B OpenLDAP diff -u2 -r doc/man/man3/ldap_first_attribute.3~ doc/man/man3/ldap_first_attribute.3 --- doc/man/man3/ldap_first_attribute.3~ Fri Jan 4 21:17:34 2002 +++ doc/man/man3/ldap_first_attribute.3 Tue May 7 22:34:06 2002 @@ -64,8 +64,8 @@ .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 diff -u2 -r doc/man/man3/ldap_first_entry.3~ doc/man/man3/ldap_first_entry.3 --- doc/man/man3/ldap_first_entry.3~ Fri Jan 4 21:17:34 2002 +++ doc/man/man3/ldap_first_entry.3 Tue May 7 22:33:58 2002 @@ -69,10 +69,10 @@ 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 diff -u2 -r doc/man/man3/ldap_first_message.3~ doc/man/man3/ldap_first_message.3 --- doc/man/man3/ldap_first_message.3~ Fri Jan 4 21:17:34 2002 +++ doc/man/man3/ldap_first_message.3 Tue May 7 22:33:51 2002 @@ -72,10 +72,10 @@ -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 diff -u2 -r doc/man/man3/ldap_first_reference.3~ doc/man/man3/ldap_first_reference.3 --- doc/man/man3/ldap_first_reference.3~ Fri Jan 4 21:17:34 2002 +++ doc/man/man3/ldap_first_reference.3 Tue May 7 22:33:37 2002 @@ -63,8 +63,8 @@ -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 diff -u2 -r doc/man/man3/ldap_get_dn.3~ doc/man/man3/ldap_get_dn.3 --- doc/man/man3/ldap_get_dn.3~ Fri Jan 4 21:17:34 2002 +++ doc/man/man3/ldap_get_dn.3 Tue May 7 22:33:31 2002 @@ -220,9 +220,9 @@ 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 diff -u2 -r doc/man/man3/ldap_get_values.3~ doc/man/man3/ldap_get_values.3 --- doc/man/man3/ldap_get_values.3~ Fri Jan 4 21:17:34 2002 +++ doc/man/man3/ldap_get_values.3 Tue May 7 22:33:22 2002 @@ -93,8 +93,8 @@ 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 diff -u2 -r doc/man/man3/ldap_parse_result.3~ doc/man/man3/ldap_parse_result.3 --- doc/man/man3/ldap_parse_result.3~ Fri Jan 4 21:17:34 2002 +++ doc/man/man3/ldap_parse_result.3 Tue May 7 22:56:02 2002 @@ -28,10 +28,10 @@ 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() @@ -48,18 +48,18 @@ 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 @@ -67,5 +67,5 @@ 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 @@ -73,10 +73,10 @@ 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 @@ -84,5 +84,5 @@ 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 @@ -93,10 +93,10 @@ 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 diff -u2 -r doc/man/man3/ldap_schema.3~ doc/man/man3/ldap_schema.3 --- doc/man/man3/ldap_schema.3~ Thu Apr 18 18:08:26 2002 +++ doc/man/man3/ldap_schema.3 Tue May 7 22:40:17 2002 @@ -321,5 +321,5 @@ .SH SEE ALSO -.BR ldap (3), +.BR ldap (3) .SH ACKNOWLEDGEMENTS .B OpenLDAP diff -u2 -r doc/man/man5/ldap.conf.5~ doc/man/man5/ldap.conf.5 --- doc/man/man5/ldap.conf.5~ Fri Jan 4 21:17:35 2002 +++ doc/man/man5/ldap.conf.5 Tue May 7 22:40:51 2002 @@ -1,3 +1,3 @@ -.TH LDAP.CONF 5 "20 August 2000" "OpenLDAP LDVERSION" +.TH LDAP.CONF 5 "6 May 2002" "OpenLDAP LDVERSION" .\" $OpenLDAP: pkg/ldap/doc/man/man5/ldap.conf.5,v 1.12 2002/01/04 20:17:35 kurt Exp $ .\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved. @@ -19,7 +19,12 @@ .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 @@ -129,12 +134,29 @@ 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 +Set 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 diff -u2 -r doc/man/man5/slapd-bdb.5~ doc/man/man5/slapd-bdb.5 --- doc/man/man5/slapd-bdb.5~ Thu May 2 10:36:30 2002 +++ doc/man/man5/slapd-bdb.5 Sun May 5 18:05:23 2002 @@ -96,5 +96,7 @@ The default is 0600. .SH FILES +.TP ETCDIR/slapd.conf +default slapd configuration file .SH SEE ALSO .BR slapd.conf (5), diff -u2 -r doc/man/man5/slapd-dnssrv.5~ doc/man/man5/slapd-dnssrv.5 --- doc/man/man5/slapd-dnssrv.5~ Sat May 4 04:35:41 2002 +++ doc/man/man5/slapd-dnssrv.5 Sun May 5 18:05:29 2002 @@ -17,5 +17,7 @@ directive, e.g. suffix "". .SH FILES +.TP ETCDIR/slapd.conf +default slapd configuration file .br .SH SEE ALSO diff -u2 -r doc/man/man5/slapd-ldap.5~ doc/man/man5/slapd-ldap.5 --- doc/man/man5/slapd-ldap.5~ Thu May 2 19:47:53 2002 +++ doc/man/man5/slapd-ldap.5 Sun May 5 18:05:33 2002 @@ -109,5 +109,7 @@ simplistic example, but you get the point. .SH FILES +.TP ETCDIR/slapd.conf +default slapd configuration file .SH SEE ALSO .BR slapd.conf (5), diff -u2 -r doc/man/man5/slapd-ldbm.5~ doc/man/man5/slapd-ldbm.5 --- doc/man/man5/slapd-ldbm.5~ Thu May 2 10:36:30 2002 +++ doc/man/man5/slapd-ldbm.5 Sun May 5 18:05:39 2002 @@ -116,5 +116,7 @@ The default is 0600. .SH FILES +.TP ETCDIR/slapd.conf +default slapd configuration file .SH SEE ALSO .BR slapd.conf (5), diff -u2 -r doc/man/man5/slapd-meta.5~ doc/man/man5/slapd-meta.5 --- doc/man/man5/slapd-meta.5~ Thu May 2 19:47:53 2002 +++ doc/man/man5/slapd-meta.5 Tue May 7 17:27:24 2002 @@ -1,3 +1,3 @@ -.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. @@ -9,5 +9,5 @@ .\" .SH NAME -slapd_meta \- metadirectory backend +slapd-meta \- metadirectory backend .SH SYNOPSIS ETCDIR/slapd.conf @@ -659,5 +659,7 @@ 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), diff -u2 -r doc/man/man5/slapd-null.5~ doc/man/man5/slapd-null.5 --- doc/man/man5/slapd-null.5~ Thu May 2 19:47:54 2002 +++ doc/man/man5/slapd-null.5 Sun May 5 18:05:50 2002 @@ -44,5 +44,7 @@ .RE .SH FILES +.TP ETCDIR/slapd.conf +default slapd configuration file .SH SEE ALSO .BR slapd.conf (5), diff -u2 -r doc/man/man5/slapd-passwd.5~ doc/man/man5/slapd-passwd.5 --- doc/man/man5/slapd-passwd.5~ Thu May 2 19:47:54 2002 +++ doc/man/man5/slapd-passwd.5 Sun May 5 18:06:38 2002 @@ -31,7 +31,10 @@ .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), diff -u2 -r doc/man/man5/slapd-perl.5~ doc/man/man5/slapd-perl.5 --- doc/man/man5/slapd-perl.5~ Thu May 2 19:47:54 2002 +++ doc/man/man5/slapd-perl.5 Sun May 5 18:17:10 2002 @@ -167,5 +167,7 @@ Any suggestions would greatly be appreciated. .SH FILES +.TP ETCDIR/slapd.conf +default slapd configuration file .SH SEE ALSO .BR slapd.conf (5), diff -u2 -r doc/man/man5/slapd-shell.5~ doc/man/man5/slapd-shell.5 --- doc/man/man5/slapd-shell.5~ Thu May 2 19:47:54 2002 +++ doc/man/man5/slapd-shell.5 Sun May 5 18:17:15 2002 @@ -140,5 +140,7 @@ in the OpenLDAP source tree. .SH FILES +.TP ETCDIR/slapd.conf +default slapd configuration file .SH SEE ALSO .BR slapd.conf (5), diff -u2 -r doc/man/man5/slapd-sql.5~ doc/man/man5/slapd-sql.5 --- doc/man/man5/slapd-sql.5~ Thu May 2 19:47:54 2002 +++ doc/man/man5/slapd-sql.5 Sun May 5 18:17:20 2002 @@ -376,5 +376,7 @@ directory in the OpenLDAP source tree. .SH FILES +.TP ETCDIR/slapd.conf +default slapd configuration file .SH SEE ALSO .BR slapd.conf (5), diff -u2 -r doc/man/man5/slapd-tcl.5~ doc/man/man5/slapd-tcl.5 --- doc/man/man5/slapd-tcl.5~ Thu May 2 19:47:54 2002 +++ doc/man/man5/slapd-tcl.5 Sun May 5 18:17:25 2002 @@ -248,5 +248,7 @@ 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), diff -u2 -r doc/man/man5/slapd.access.5~ doc/man/man5/slapd.access.5 --- doc/man/man5/slapd.access.5~ Thu May 2 10:36:31 2002 +++ doc/man/man5/slapd.access.5 Sun May 5 18:17:28 2002 @@ -413,5 +413,7 @@ privileges to authenticated users. .SH FILES +.TP ETCDIR/slapd.conf +default slapd configuration file .SH SEE ALSO .BR slapd (8), diff -u2 -r doc/man/man5/slapd.conf.5~ doc/man/man5/slapd.conf.5 --- doc/man/man5/slapd.conf.5~ Thu May 2 19:47:54 2002 +++ doc/man/man5/slapd.conf.5 Tue May 7 22:54:52 2002 @@ -254,5 +254,5 @@ explicitly requires the (default) match based on regular expression pattern, as detailed in -.BR regex(7). +.BR regex (7). Finally, .B anonymous @@ -986,8 +986,11 @@ 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), diff -u2 -r doc/man/man5/slapd.replog.5~ doc/man/man5/slapd.replog.5 --- doc/man/man5/slapd.replog.5~ Fri Jan 4 21:17:35 2002 +++ doc/man/man5/slapd.replog.5 Mon May 6 22:59:27 2002 @@ -11,5 +11,5 @@ .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 @@ -21,5 +21,5 @@ 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. @@ -153,6 +153,10 @@ .fi .SH FILES +.TP slapd.replog +slapd replication log file +.TP slapd.replog.lock +lockfile for slapd.replog .SH SEE ALSO .BR ldap (3), diff -u2 -r doc/man/man5/ud.conf.5~ doc/man/man5/ud.conf.5 --- doc/man/man5/ud.conf.5~ Fri Jan 4 21:17:35 2002 +++ doc/man/man5/ud.conf.5 Tue May 7 22:29:52 2002 @@ -92,8 +92,13 @@ 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 diff -u2 -r doc/man/man8/mail500.8~ doc/man/man8/mail500.8 --- doc/man/man8/mail500.8~ Fri Jan 4 21:17:35 2002 +++ doc/man/man8/mail500.8 Tue May 7 22:41:51 2002 @@ -286,7 +286,7 @@ 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