mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 16:50:05 -04:00
U-Mich -> OpenLDAP update
This commit is contained in:
parent
e78184c1c8
commit
3ef57f8a9d
59 changed files with 402 additions and 107 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAPDELETE 1 "13 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH LDAPDELETE 1 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldapdelete \- ldap delete entry tool
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -107,3 +107,8 @@ Kille, S.,
|
|||
ISODE Consortium, March 1995.
|
||||
.SH BUGS
|
||||
There is no interactive mode, but there probably should be.
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAPMODIFY 1 "13 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH LDAPMODIFY 1 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldapmodify, ldapadd \- ldap modify entry and ldap add entry tools
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -299,3 +299,8 @@ Kille, S.,
|
|||
ISODE Consortium, March 1995.
|
||||
.SH BUGS
|
||||
There is no interactive mode, but there probably should be.
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAPMODRDN 1 "13 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH LDAPMODRDN 1 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldapmodrdn \- ldap modify entry RDN tool
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -130,3 +130,8 @@ Kille, S.,
|
|||
ISODE Consortium, March 1995.
|
||||
.SH BUGS
|
||||
There is no interactive mode, but there probably should be.
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAPSEARCH 1 "29 March 1996" "U-M LDAP LDVERSION"
|
||||
.TH LDAPSEARCH 1 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldapsearch \- ldap search tool
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -164,7 +164,7 @@ base object for the search. The default is to never dereference aliases.
|
|||
wait at most \fItimelimit\fP seconds for a search to complete.
|
||||
.TP
|
||||
.B \-z sizelimit
|
||||
retrieve at most \fIsizelimit\fP seconds for a search to complete.
|
||||
retrieve at most \fIsizelimit\fP entries for a search.
|
||||
.SH OUTPUT FORMAT
|
||||
If one or more entries are found, each entry is written to standard output
|
||||
in the form:
|
||||
|
|
@ -289,3 +289,8 @@ Howes, T.,
|
|||
.SM RFC
|
||||
1558,
|
||||
University of Michigan, December 1993.
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH UD 1 "18 March 1993" "U-M LDAP LDVERSION"
|
||||
.TH UD 1 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.UC 6
|
||||
.SH NAME
|
||||
ud \- interactive X.500 Directory Server query program
|
||||
|
|
@ -71,3 +71,8 @@ uses the ldap_perror() routine to print an informative diagnostic.
|
|||
Too numerous to mention.
|
||||
.SH AUTHOR
|
||||
Bryan Beecher, University of Michigan
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH CLDAP_CLOSE 3 "18 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH CLDAP_CLOSE 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
cldap_close \- Dispose of Connectionless LDAP Pointer
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -28,3 +28,8 @@ returned by a previous call to
|
|||
.BR cldap_open (3),
|
||||
.BR cldap_search_s (3),
|
||||
.BR cldap_setretryinfo (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH CLDAP_OPEN 3 "18 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH CLDAP_OPEN 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
cldap_open \- Prepare for Connectionless LDAP Communication
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -51,3 +51,8 @@ will return NULL and errno will be set appropriately.
|
|||
.BR cldap_setretryinfo (3),
|
||||
.BR cldap_close (3),
|
||||
.BR udp (4p)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH CLDAP_SEARCH_S 3 "18 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH CLDAP_SEARCH_S 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
cldap_search_s \- Connectionless LDAP Search
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -103,3 +103,8 @@ for more information.
|
|||
.BR cldap_setretryinfo (3),
|
||||
.BR cldap_close (3),
|
||||
.BR udp (4p)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH CLDAP_SETRETRYINFO 3 "18 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH CLDAP_SETRETRYINFO 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
cldap_setretryinfo \- Set Connectionless LDAP Request Retransmission Parameters
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -40,3 +40,8 @@ algorithm used.
|
|||
.BR cldap_open (3),
|
||||
.BR cldap_search_s (3),
|
||||
.BR cldap_close (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LBER-DECODE 3 "18 November 1994"
|
||||
.TH LBER_DECODE 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ber_get_next, ber_skiptag, ber_peek_tag, ber_scanf, ber_get_int, ber_get_stringb, ber_get_stringa, ber_get_null, ber_get_boolean, ber_get_bitstring, ber_first_element, ber_next_element \- LBER simplified Basic Encoding Rules library routines for decoding
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -356,3 +356,8 @@ Syntax Notation One, International Organization for Standardization,
|
|||
International Standard 8825.
|
||||
.SH AUTHOR
|
||||
Tim Howes, University of Michigan
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LBER-ENCODE 3 "15 June 1992"
|
||||
.TH LBER_ENCODE 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ber_alloc, ber_flush, ber_printf, ber_put_int, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set \- LBER simplified Basic Encoding Rules library routines for encoding
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -313,3 +313,8 @@ Syntax Notation One, International Organization for Standardization,
|
|||
International Standard 8825.
|
||||
.SH AUTHOR
|
||||
Tim Howes, University of Michigan
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP 3 "13 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH LDAP 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap - Lightweight Directory Access Protocol package
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -499,3 +499,8 @@ terminate a connectionless LDAP session
|
|||
.SH AUTHORS
|
||||
Tim Howes, Mark Smith, Gordon Good, Lance Sloan, and Steve Rothwell from
|
||||
the University of Michigan, along with help from lots of others.
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_ABANDON 3 "1 December 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_ABANDON 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_abandon \- Abandon an LDAP operation in progress
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -40,3 +40,8 @@ for details.
|
|||
.BR ldap(3),
|
||||
.BR ldap_result(3),
|
||||
.B ldap_error(3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_ADD 3 "15 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_ADD 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_add, ldap_add_s \- Perform an LDAP add operation
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -58,3 +58,8 @@ directly (LDAP_SUCCESS if everything went ok, some error otherwise).
|
|||
.SH SEE ALSO
|
||||
.BR ldap(3),
|
||||
.B ldap_modify(3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_BIND 3 "28 March 1996" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_BIND 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_bind, ldap_bind_s, ldap_simple_bind, ldap_simple_bind_s, ldap_kerberos_bind_s, ldap_kerberos_bind1, ldap_kerberos_bind1_s, ldap_kerberos_bind2, ldap_kerberos_bind2_s, ldap_unbind, ldap_unbind_s, ldap_set_rebind_proc \- LDAP bind routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -194,3 +194,8 @@ for more information.
|
|||
.BR ldap(3),
|
||||
.BR ldap_error(3),
|
||||
.BR ldap_open(3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_CACHE 3 "14 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_CACHE 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_enable_cache, ldap_disable_cache, ldap_destroy_cache, ldap_flush_cache, ldap_uncache_entry, ldap_uncache_request, ldap_set_cache_options \- LDAP client caching routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -115,3 +115,8 @@ void and return nothing.
|
|||
.BR ldap_search (3),
|
||||
.BR ldap_compare (3),
|
||||
.BR cldap_search_s (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_CHARSET 3 "28 March 1996" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_CHARSET 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_set_string_translators,
|
||||
ldap_t61_to_8859,
|
||||
|
|
@ -125,3 +125,8 @@ For example, you would not want to translate a binary attributes such as
|
|||
jpegPhoto.
|
||||
.SH SEE ALSO
|
||||
.BR ldap (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_COMPARE 3 "15 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_COMPARE 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_compare, ldap_compare_s \- Perform an LDAP compare operation
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -49,3 +49,8 @@ There is no way to compare binary values, but there should be.
|
|||
.SH SEE ALSO
|
||||
.BR ldap(3),
|
||||
.BR ldap_error(3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_DELETE 3 "15 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_DELETE 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_delete, ldap_delete_s \- Perform an LDAP delete operation
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -46,3 +46,8 @@ non-negative message id of the request if things went ok.
|
|||
.SH SEE ALSO
|
||||
.BR ldap(3),
|
||||
.BR ldap_error(3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_DISPTMPL 3 "13 December 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_DISPTMPL 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_init_templates, ldap_init_templates_buf, ldap_free_templates, ldap_first_disptmpl, ldap_next_disptmpl, ldap_oc2template, ldap_tmplattrs, ldap_first_tmplrow, ldap_next_tmplrow, ldap_first_tmplcol, ldap_next_tmplcol, \- LDAP display template routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -448,3 +448,8 @@ upon error.
|
|||
.BR ldap (3),
|
||||
.BR ldap_entry2text (3),
|
||||
.BR ldaptemplates.conf (5)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_ENTRY2TEXT 3 "13 November 1994" "U-M LDAP %LDVERSION%"
|
||||
.TH LDAP_ENTRY2TEXT 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_entry2text, ldap_entry2text_search, ldap_vals2text \- LDAP entry display routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -324,3 +324,8 @@ ETCDIR/ldaptemplates.conf
|
|||
.BR ldap (3),
|
||||
.BR ldap_disptmpl (3),
|
||||
.BR ldaptemplates.conf (5)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_ERROR 3 "15 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_ERROR 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_perror, ld_errno, ldap_result2error, ldap_errlist, ldap_err2string \- LDAP protocol error handling routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -217,3 +217,8 @@ library routine.
|
|||
.SH SEE ALSO
|
||||
.BR ldap(3),
|
||||
.BR perror(3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_FIRST_ATTRIBUTE 3 "25 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_FIRST_ATTRIBUTE 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_first_attribute, ldap_next_attribute \- step through LDAP entry attributes
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -77,3 +77,8 @@ be freed by the caller via
|
|||
.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/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_FIRST_ENTRY 3 "25 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_FIRST_ENTRY 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_first_entry, ldap_next_entry, ldap_count_entries \- LDAP result entry parsing and counting routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -81,3 +81,8 @@ for a description of possible error codes.
|
|||
.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/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_FRIENDLY 3 "11 October 1993" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_FRIENDLY 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_friendly_name, ldap_free_friendlymap \- LDAP unfriendly to friendly name mapping routine
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -66,3 +66,8 @@ format, or if the \fImap\fP parameter is NULL.
|
|||
ETCDIR/ldapfriendly.conf
|
||||
.SH SEE ALSO
|
||||
.BR ldap (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_GET_DN 3 "16 June 1995" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_GET_DN 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_get_dn, ldap_explode_dn, ldap_dn2ufn, ldap_is_dns_dn, ldap_explode_dns \- LDAP DN handling routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -114,3 +114,8 @@ These routines malloc memory that the caller must free.
|
|||
.BR ldap_first_entry(3),
|
||||
.BR ldap_error(3),
|
||||
.BR ldap_value_free(3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_GET_VALUES 3 "25 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_GET_VALUES 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_get_values, ldap_get_values_len, ldap_count_values \- LDAP attribute value handling routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -97,3 +97,8 @@ These routines malloc memory that the caller must free.
|
|||
.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/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_GETFILTER 3 "28 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_GETFILTER 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_init_getfilter, ldap_init_getfilter_buf, ldap_getfilter_free,
|
||||
ldap_getfirstfilter, ldap_getnextfilter, ldap_build_filter \- LDAP filter generating routines
|
||||
|
|
@ -191,3 +191,8 @@ ETCDIR/ldapfilter.conf
|
|||
.SH SEE ALSO
|
||||
.BR ldap (3),
|
||||
.BR ldapfilter.conf (5)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_MODIFY 3 "15 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_MODIFY 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_modify, ldap_modify_s \- Perform an LDAP modify operation
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -111,3 +111,8 @@ field of \fIld\fP.
|
|||
.BR ldap (3),
|
||||
.BR ldap_error (3),
|
||||
.BR ldap_add (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_MODRDN 3 "1 December 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_MODRDN 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_modrdn, ldap_modrdn_s, ldap_modrdn2, ldap_modrdn2_s \- Perform an LDAP modify RDN operation
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -73,3 +73,8 @@ for more details.
|
|||
.SH SEE ALSO
|
||||
.BR ldap (3),
|
||||
.BR ldap_error (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_OPEN 3 "28 March 1996" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_OPEN 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_init, ldap_open \- Initialize the LDAP library and open a connection to an LDAP server
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -111,3 +111,8 @@ in the LDAP structure.
|
|||
.BR ldap (3),
|
||||
.BR ldap_bind (3),
|
||||
.BR errno (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_RESULT 3 "26 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_RESULT 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_result \- Wait for the result of an LDAP operation
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -104,3 +104,8 @@ can be freed by calling
|
|||
.BR ldap (3),
|
||||
.BR ldap_search (3),
|
||||
.BR select (2)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_SEARCH 3 "23 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_SEARCH 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_search, ldap_search_s, ldap_search_st \- Perform an LDAP search operation
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -114,3 +114,8 @@ in <ldap.h>.
|
|||
.BR ldap_result (3),
|
||||
.BR ldap_getfilter (3),
|
||||
.BR ldap_error (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH SEARCHPREFS 3 "13 June 1994" "U-M LDAP LDVERSION"
|
||||
.TH SEARCHPREFS 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_init_searchprefs, ldap_init_searchprefs_buf, ldap_free_searchprefs, ldap_first_searchobj, ldap_next_searchobj \- LDAP search preference configuration routeines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -156,3 +156,8 @@ OSI-DS-23, April 1992.
|
|||
Information Processing - Open Systems Interconnection - The Directory,
|
||||
International Organization for Standardization. International Standard
|
||||
9594, (1988).
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_SORT 3 "14 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_SORT 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_sort_entries, ldap_sort_values, ldap_sort_strcasecmp \- LDAP sorting routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -99,3 +99,8 @@ The return values for all of these functions are declared in the
|
|||
.BR ldap_search (3),
|
||||
.BR ldap_result (3),
|
||||
.BR qsort (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_UFN 3 "23 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_UFN 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_ufn_search_s, ldap_ufn_search_c, ldap_ufn_search_ct, ldap_ufn_setfilter, ldap_ufn_setfilter, ldap_ufn_setprefix, ldap_ufn_timeout \- Perform an LDAP user friendly search operation
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -128,3 +128,8 @@ in <ldap.h>.
|
|||
.BR ldap_getfilter (3),
|
||||
.BR ldapfilter.conf (5),
|
||||
.BR ldap_error (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAP_URL 3 "28 March 1996" "U-M LDAP LDVERSION"
|
||||
.TH LDAP_URL 3 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldap_is_ldap_url,
|
||||
ldap_url_parse,
|
||||
|
|
@ -134,3 +134,8 @@ Currently available at this URL:
|
|||
.nf
|
||||
ftp://ds.internic.net/internet-drafts/draft-ietf-asid-ldap-format-03.txt
|
||||
.fi
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAPFILTER.CONF 5 "21 September 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAPFILTER.CONF 5 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldapfilter.conf \- configuration file for LDAP get filter routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -196,3 +196,8 @@ ETCDIR/ldapfilter.conf
|
|||
.SH SEE ALSO
|
||||
.BR ldap (3),
|
||||
.BR ldap_getfilter (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAPFRIENDLY 5 "24 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAPFRIENDLY 5 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldapfriendly \- configuration file for LDAP friendly routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -24,3 +24,8 @@ ETCDIR/ldapfriendly
|
|||
.SH SEE ALSO
|
||||
.BR ldap (3),
|
||||
.BR ldap_friendly_name (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAPSEARCHPREFS.CONF 5 "1 December 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAPSEARCHPREFS.CONF 5 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldapsearchprefs.conf \- configuration file for LDAP search preference routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -244,3 +244,8 @@ ETCDIR/ldapsearchprefs.conf
|
|||
.SH SEE ALSO
|
||||
.BR ldap (3).
|
||||
.BR ldap-searchprefs (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDAPTEMPLATES.CONF 5 "13 December 1994" "U-M LDAP LDVERSION"
|
||||
.TH LDAPTEMPLATES.CONF 5 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldaptemplates.conf \- configuration file for LDAP display template routines
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -273,3 +273,8 @@ ETCDIR/ldaptemplates.conf
|
|||
.SH SEE ALSO
|
||||
.BR ldap (3),
|
||||
.BR ldap_disptmpl (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LDIF 5 "13 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH LDIF 5 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldif \- LDAP Data Interchange Format
|
||||
.SH DESCRIPTION
|
||||
|
|
@ -105,3 +105,8 @@ base 64.
|
|||
.BR ldbmcat (8)
|
||||
.LP
|
||||
"The SLAPD and SLURPD Administrator's Guide"
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH SLAPD.CONF 5 "13 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH SLAPD.CONF 5 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
slapd.conf \- configuration file for slapd, the stand-alone LDAP daemon
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -338,3 +338,8 @@ ETCDIR/slapd.conf
|
|||
.BR slurpd (8),
|
||||
.LP
|
||||
"The SLAPD and SLURPD Administrator's Guide"
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH SLAPD.REPLOG 5 "11 April 1995" "U-M LDAP LDVERSION"
|
||||
.TH SLAPD.REPLOG 5 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
slapd.replog \- slapd replication log format
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -156,3 +156,8 @@ slapd.replog.lock
|
|||
.BR ldif (5),
|
||||
.BR slapd (8),
|
||||
.BR slurpd (8)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH UD.CONF 5 "18 March 1993" "U-M LDAP LDVERSION"
|
||||
.TH UD.CONF 5 "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.UC 6
|
||||
.SH NAME
|
||||
ud.conf \- ud configuration file
|
||||
|
|
@ -94,3 +94,8 @@ ud(1),
|
|||
ldap(3)
|
||||
.SH AUTHOR
|
||||
Bryan Beecher, University of Michigan
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH CENTIPEDE 8C "2 December 1995" "U-M LDAP LDVERSION"
|
||||
.TH CENTIPEDE 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
centipede \- LDAP centroid index generation and maintenance program
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/centipede
|
||||
.B SBINDIR/centipede
|
||||
.B [\-f filter]
|
||||
.B [\-F] [\-R]
|
||||
.B [\-f filter] [\-t directory]
|
||||
|
|
@ -25,7 +25,7 @@ The basic form of the command is as follows
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/centipede [options]
|
||||
SBINDIR/centipede [options]
|
||||
-s "ldap://[host/]subtree-to-index-dn"
|
||||
-d "ldap://[host/]parent-of-index-entry-dn"
|
||||
attributes
|
||||
|
|
@ -61,7 +61,7 @@ like this:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/centipede -f '(objectclass=person)'
|
||||
SBINDIR/centipede -f '(objectclass=person)'
|
||||
-m simple -b your-rootdn -p your-rootdnpw
|
||||
-s "ldap://babs.com/o=BabsCo, c=US"
|
||||
-d "ldap://vertigo.rs.itd.umich.edu/c=US"
|
||||
|
|
@ -152,3 +152,8 @@ etc.). A future version may also allow weights to be generated.
|
|||
.BR slapd (8)
|
||||
.LP
|
||||
"The SLAPD and SLURPD Administrator's Guide"
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
.TH CHLOG2REPLOG 8C "26 April 1996" "U-M LDAP LDVERSION"
|
||||
.TH CHLOG2REPLOG 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
chlog2replog \- convert an X.500 DSA-style changelog to an LDAP-style
|
||||
replication log
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/chlog2replog
|
||||
.B SBINDIR/chlog2replog
|
||||
.B \-r hostname:port [\-r hostname:port ...]
|
||||
.B \-d dn\-suffix [\-o output\-file] < input\-file
|
||||
.LP
|
||||
|
|
@ -64,7 +64,7 @@ DNs, and including a replica: entry for host "ldapserver," port
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/chlog2replog -d ", o=University of Michigan, c=US"
|
||||
SBINDIR/chlog2replog -d ", o=University of Michigan, c=US"
|
||||
-r ldapserver:389 < changelog
|
||||
.ft
|
||||
.fi
|
||||
|
|
@ -75,7 +75,7 @@ give this command:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/chlog2replog -d ", o=University of Michigan, c=US"
|
||||
SBINDIR/chlog2replog -d ", o=University of Michigan, c=US"
|
||||
-r ldapserver:389 -o replog < changelog
|
||||
.ft
|
||||
.fi
|
||||
|
|
@ -86,7 +86,7 @@ give this command:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
tail +0f changelog | ETCDIR/chlog2replog
|
||||
tail +0f changelog | SBINDIR/chlog2replog
|
||||
-d ", o=University of Michigan, c=US"
|
||||
-r ldapserver:389 -o replog < changelog
|
||||
.ft
|
||||
|
|
@ -100,3 +100,8 @@ give this command:
|
|||
.BR slapd (8),
|
||||
.LP
|
||||
"The SLAPD and SLURPD Administrator's Guide"
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH EDB2LDIF 8C "12 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH EDB2LDIF 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
edb2ldif \- QUIPU EDB file to LDIF conversion tool
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/edb2ldif
|
||||
.B SBINDIR/edb2ldif
|
||||
.B [\-d] [\-v] [\-r] [\-o] [\-b basedn]
|
||||
.B [\-a addvalsfile] [\-f fileattrdir]
|
||||
.B [\-i ignoreattr...] [edbfile...]
|
||||
|
|
@ -97,3 +97,8 @@ Specify an attribute that should not be converted. You can include as many
|
|||
"The SLAPD and SLURPD Administrator's Guide"
|
||||
.LP
|
||||
Volume 5 of The ISODE Manual
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH GO500 8C "27 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH GO500 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
go500 \- Local Gopher index search to X.500 search gateway
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/go500 [\-b searchbase] [\-d level] [\-l]
|
||||
.B LIBEXECDIR/go500 [\-b searchbase] [\-d level] [\-l]
|
||||
.B [\-x hostname] [\-c rdncount] [\-f filterfile]
|
||||
.B [\-t templatefile]
|
||||
.B [\-p port] [\-I]
|
||||
|
|
@ -27,7 +27,7 @@ as a stand-alone server, simply start it with no arguments
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/go500
|
||||
LIBEXECDIR/go500
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -38,8 +38,8 @@ or equivalent file:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
if [ -f ETCDIR/go500 ]; then
|
||||
ETCDIR/go500; echo ' go500'
|
||||
if [ -f LIBEXECDIR/go500 ]; then
|
||||
LIBEXECDIR/go500; echo ' go500'
|
||||
fi
|
||||
.ft
|
||||
.fi
|
||||
|
|
@ -65,7 +65,7 @@ file, or the equivalent:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
go500 stream tcp nowait nobody ETCDIR/go500 go500 -I
|
||||
go500 stream tcp nowait nobody LIBEXECDIR/go500 go500 -I
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -168,3 +168,8 @@ include file.
|
|||
.BR inetd (8),
|
||||
.BR gopherd (8),
|
||||
.BR go500gw (8)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH GO500GW 8C "27 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH GO500GW 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
go500gw \- General Gopher to X.500 gateway for browsing and searching
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/go500gw [\-a] [\-d level] [\-f filterfile]
|
||||
.B LIBEXECDIR/go500gw [\-a] [\-d level] [\-f filterfile]
|
||||
.B [\-t templatefile] [\-c rdncount]
|
||||
.B [\-h helpfile] [\-l] [\-p listenport]
|
||||
.B [\-P ldapport] [\-x ldaphost] [\-I]
|
||||
|
|
@ -27,7 +27,7 @@ as a stand-alone server, simply start it with no arguments
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/go500gw
|
||||
LIBEXECDIR/go500gw
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -38,8 +38,8 @@ or equivalent file:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
if [ -f ETCDIR/go500gw ]; then
|
||||
ETCDIR/go500gw; echo ' go500gw'
|
||||
if [ -f LIBEXECDIR/go500gw ]; then
|
||||
LIBEXECDIR/go500gw; echo ' go500gw'
|
||||
fi
|
||||
.ft
|
||||
.fi
|
||||
|
|
@ -64,7 +64,7 @@ file, or the equivalent:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
go500gw stream tcp nowait nobody ETCDIR/go500gw go500gw -I
|
||||
go500gw stream tcp nowait nobody LIBEXECDIR/go500gw go500gw -I
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -168,3 +168,8 @@ include file.
|
|||
.BR inetd (8),
|
||||
.BR gopherd (8),
|
||||
.BR go500 (8)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH IN.XFINGERD 8C "27 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH IN.XFINGERD 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
in.xfingerd \- Finger to LDAP/X.500 gateway daemon
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/in.xfingerd [\-f filterfile] [\-i]
|
||||
.B LIBEXECDIR/in.xfingerd [\-f filterfile] [\-i]
|
||||
.B [\-l] [\-t templatefile] [\-c rdncount] [\-x hostname]
|
||||
.B [\-p port]
|
||||
.SH DESCRIPTION
|
||||
|
|
@ -22,7 +22,7 @@ file, or the equivalent:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
finger stream tcp nowait nobody ETCDIR/in.xfingerd in.xfingerd
|
||||
finger stream tcp nowait nobody LIBEXECDIR/in.xfingerd in.xfingerd
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -77,3 +77,8 @@ for your site.
|
|||
.BR ldap (3),
|
||||
.BR ldap_getfilter (3),
|
||||
.BR inetd (8),
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH LDAPD 8C "15 June 1992" "U-M LDAP LDVERSION"
|
||||
.TH LDAPD 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldapd \- LDAP X.500 Protocol Daemon
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/ldapd [\-d level] [\-l] [\-c dsaname]
|
||||
.B LIBEXECDIR/ldapd [\-d level] [\-l] [\-c dsaname]
|
||||
.B [\-p port] [\-t timeout] [\-r referraltimeout]
|
||||
.B [\-I] [\-U]
|
||||
.SH DESCRIPTION
|
||||
|
|
@ -103,7 +103,7 @@ to the first DSA listed in the dsaptailor file, just type:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/ldapd
|
||||
LIBEXECDIR/ldapd
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -112,7 +112,7 @@ will be printed on standard error, type:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/ldapd -c dsanameoraddr -d 31
|
||||
LIBEXECDIR/ldapd -c dsanameoraddr -d 31
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -125,3 +125,8 @@ in the local dsaptailor file.
|
|||
.BR inetd (8)
|
||||
.LP
|
||||
Volume 5 of The ISODE Manual
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH LDBMCAT 8C "13 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH LDBMCAT 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldbmcat \- LDBM to LDIF database format conversion utility
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/ldbmcat [\-n] id2entry\-file
|
||||
.B SBINDIR/ldbmcat [\-n] id2entry\-file
|
||||
.LP
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
|
|
@ -33,7 +33,7 @@ give the command:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/ldbmcat -n id2entry.dbb > ldif
|
||||
SBINDIR/ldbmcat -n id2entry.dbb > ldif
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -43,8 +43,8 @@ attribute, give these commands:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/ldbmcat id2entry.dbb > ldif
|
||||
ETCDIR/ldif2index -i ldif -f slapd-config-file mail
|
||||
SBINDIR/ldbmcat id2entry.dbb > ldif
|
||||
SBINDIR/ldif2index -i ldif -f slapd-config-file mail
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -59,3 +59,8 @@ mode) when you do this to ensure consistency of the database.
|
|||
.BR slapd (8)
|
||||
.LP
|
||||
"The SLAPD and SLURPD Administrator's Guide"
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH LDIF 8C "15 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH LDIF 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldif \- convert arbitrary data to LDIF format
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/ldif [\-b] attr\-name
|
||||
.B SBINDIR/ldif [\-b] attr\-name
|
||||
.LP
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
|
|
@ -46,3 +46,8 @@ containing a single value.
|
|||
.BR slapd (8)
|
||||
.LP
|
||||
"The SLAPD and SLURPD Administrator's Guide"
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
.TH LDIF2LDBM 8C "13 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH LDIF2LDBM 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
ldif2ldbm, ldif2index, ldif2id2entry, ldif2id2children \- LDIF to LDBM database format conversion utilities
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/ldif2ldbm
|
||||
.B SBINDIR/ldif2ldbm
|
||||
.B \-i ldif\-input\-file
|
||||
.B [\-d debug\-level] [\-f slapd\-config\-file]
|
||||
.B [\-j number\-of\-jobs]
|
||||
.LP
|
||||
.B ETCDIR/ldif2index
|
||||
.B SBINDIR/ldif2index
|
||||
.B \-i ldif\-input\-file
|
||||
.B [\-d debug\-level] [\-f slapd\-config\-file]
|
||||
.B attribute\-name
|
||||
.LP
|
||||
.B ETCDIR/ldif2id2entry
|
||||
.B SBINDIR/ldif2id2entry
|
||||
.B \-i ldif\-input\-file
|
||||
.B [\-d debug\-level] [\-f slapd\-config\-file]
|
||||
.LP
|
||||
.B ETCDIR/ldif2id2children
|
||||
.B SBINDIR/ldif2id2children
|
||||
.B \-i ldif\-input\-file
|
||||
.B [\-d debug\-level] [\-f slapd\-config\-file]
|
||||
.LP
|
||||
|
|
@ -85,12 +85,12 @@ To convert the file
|
|||
into an LDBM database with indexes as described in the
|
||||
.I slapd
|
||||
config file
|
||||
.BR /usr/local/etc/slapd.conf ,
|
||||
.BR ETCDIR/slapd.conf ,
|
||||
give the command:
|
||||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/ldif2index -i ldif.input -f /usr/local/etc/slapd.conf
|
||||
SBINDIR/ldif2index -i ldif.input -f ETCDIR/slapd.conf
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -99,7 +99,7 @@ give this command:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/ldif2index -i ldif.input -f /usr/local/etc/slapd.conf -j 2
|
||||
SBINDIR/ldif2index -i ldif.input -f ETCDIR/slapd.conf -j 2
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -111,3 +111,8 @@ give this command:
|
|||
.BR edb2ldif (8)
|
||||
.LP
|
||||
"The SLAPD and SLURPD Administrator's Guide"
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
.TH MAIL500 8C "30 November 1994" "U-M LDAP LDVERSION"
|
||||
.TH MAIL500 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
mail500 \- X.500 capable mailer
|
||||
.LP
|
||||
fax500 \- X.500 capable fax delivery agent
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/mail500 [\-d level] [\-f mailfrom]
|
||||
.B LIBEXECDIR/mail500 [\-d level] [\-f mailfrom]
|
||||
.B [\-h hostname] [\-l ldaphost]
|
||||
.B [\-m address] [\-v vacationhost]
|
||||
.LP
|
||||
.B ETCDIR/fax500 [\-d level] [\-f mailfrom]
|
||||
.B LIBEXECDIR/fax500 [\-d level] [\-f mailfrom]
|
||||
.B [\-h hostname] [\-l ldaphost]
|
||||
.B [\-m address]
|
||||
.SH DESCRIPTION
|
||||
|
|
@ -253,8 +253,8 @@ The mail500 and fax500 mailers should be defined similar to this in the
|
|||
sendmail.cf file:
|
||||
.LP
|
||||
.nf
|
||||
Mmail500, P=ETCDIR/mail500, F=DFMSmnXuh, A=mail500 -f $f -h $h -m $n@$w $u
|
||||
Mfax500, P=ETCDIR/fax500, F=DFMSmnXuh, A=fax500 -f $f -h $h -m $n@$w $u
|
||||
Mmail500, P=LIBEXECDIR/mail500, F=DFMSmnXuh, A=mail500 -f $f -h $h -m $n@$w $u
|
||||
Mfax500, P=LIBEXECDIR/fax500, F=DFMSmnXuh, A=fax500 -f $f -h $h -m $n@$w $u
|
||||
.fi
|
||||
.LP
|
||||
This defines how mail500/fax500 will be treated by sendmail and what
|
||||
|
|
@ -285,3 +285,8 @@ but not to fax500.
|
|||
.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/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH RCPT500 8C "16 December 1994" "U-M LDAP LDVERSION"
|
||||
.TH RCPT500 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
rcpt500 \- mail to X.500 gateway program
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/rcpt500 [\-l] [\-h ldaphost] [\-p ldapport]
|
||||
.B LIBEXECDIR/rcpt500 [\-l] [\-h ldaphost] [\-p ldapport]
|
||||
.B [\-b searchbase] [\-a] [\-U] [\-z sizelimit] [\-u dapuser]
|
||||
.B [\-f filterfile] [\-t templatefile] [\-c rdncount]
|
||||
.SH DESCRIPTION
|
||||
|
|
@ -27,7 +27,7 @@ invoked whenever mail is sent to the address \fInamelookup\fP on your host:
|
|||
.nf
|
||||
.fi
|
||||
.ft tt
|
||||
namelookup: "|ETCDIR/rcpt500 -l"
|
||||
namelookup: "|LIBEXECDIR/rcpt500 -l"
|
||||
.ft
|
||||
.fi
|
||||
.SH OPTIONS
|
||||
|
|
@ -84,3 +84,8 @@ help file
|
|||
.BR ldap (3),
|
||||
.BR aliases (5),
|
||||
.BR sendmail (8)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH SLAPD 8C "6 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH SLAPD 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
slapd \- Stand-alone LDAP Daemon
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/slapd [\-d debug\-level]
|
||||
.B LIBEXECDIR/slapd [\-d debug\-level]
|
||||
.B [\-f slapd\-config\-file] [\-p port\-number]
|
||||
.B [\-s syslog\-level] [\-i]
|
||||
.B
|
||||
|
|
@ -78,7 +78,7 @@ the LDAP databases defined in the default config file, just type:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/slapd
|
||||
LIBEXECDIR/slapd
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -89,7 +89,7 @@ on voluminous debugging which will be printed on standard error, type:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/slapd -f /usr/local/slapd/slapd.conf -d 255
|
||||
LIBEXECDIR/slapd -f ETCDIR/slapd.conf -d 255
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -102,3 +102,8 @@ on voluminous debugging which will be printed on standard error, type:
|
|||
.SH BUGS
|
||||
When using the LDBM database backend, the Modify RDN operation does not
|
||||
update the attribute values in the entry that are affected by the change.
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH SLURPD 8C "6 November 1995" "U-M LDAP LDVERSION"
|
||||
.TH SLURPD 8C "22 September 1998" "OpenLDAP LDVERSION"
|
||||
.SH NAME
|
||||
slurpd \- Standalone LDAP Update Replication Daemon
|
||||
.SH SYNOPSIS
|
||||
.B ETCDIR/slurpd [\-d debug\-level]
|
||||
.B LIBEXECDIR/slurpd [\-d debug\-level]
|
||||
.B [\-f slapd\-config\-file] [\-r slapd\-replog\-file]
|
||||
.B [\-t temp\-dir] [\-o] [\-k srvtab\-file]
|
||||
.B
|
||||
|
|
@ -126,7 +126,7 @@ just type:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/slurpd
|
||||
LIBEXECDIR/slurpd
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -139,7 +139,7 @@ on voluminous debugging which will be printed on standard error, type:
|
|||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
ETCDIR/slurpd -f /usr/local/etc/slapd.conf -d 255
|
||||
LIBEXECDIR/slurpd -f ETCDIR/slapd.conf -d 255
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
|
|
@ -149,3 +149,8 @@ on voluminous debugging which will be printed on standard error, type:
|
|||
.BR slapd (8)
|
||||
.LP
|
||||
"The SLAPD and SLURPD Administrator's Guide"
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
|
|
|||
Loading…
Reference in a new issue