X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fman%2Fman3%2Fldap_url.3;h=da9d5f10616e0bd5a575ecdce37547194eda8e44;hb=cf74dfbb2d1cc91fa3bd4ed74e5eb01a92c0436f;hp=eeb60a474423db418657274e4cf9fbdd0cea7fed;hpb=0cd54a7d27f1aadbe36a8b21d5eb915b9737d04f;p=openldap diff --git a/doc/man/man3/ldap_url.3 b/doc/man/man3/ldap_url.3 index eeb60a4744..da9d5f1061 100644 --- a/doc/man/man3/ldap_url.3 +++ b/doc/man/man3/ldap_url.3 @@ -1,18 +1,15 @@ .TH LDAP_URL 3 "RELEASEDATE" "OpenLDAP LDVERSION" .\" $OpenLDAP$ -.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 1998-2012 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME -ldap_is_ldap_url, -ldap_url_parse, -ldap_free_urldesc \- LDAP Uniform Resource Locator routines +ldap_is_ldap_url, ldap_url_parse, ldap_free_urldesc \- LDAP Uniform Resource Locator routines .SH LIBRARY -OpenLDAP LDAP (libldap, -lldap) +OpenLDAP LDAP (libldap, \-lldap) .SH SYNOPSIS .nf .ft B #include -.ft .LP .ft B int ldap_is_ldap_url( const char *url ) @@ -22,7 +19,7 @@ int ldap_url_parse( const char *url, LDAPURLDesc **ludpp ) .LP typedef struct ldap_url_desc { char * lud_scheme; /* URI scheme */ - char lud_host; /* LDAP host to contact */ + char * lud_host; /* LDAP host to contact */ int lud_port; /* port on host */ char * lud_dn; /* base for search */ char ** lud_attrs; /* list of attributes */ @@ -34,10 +31,10 @@ typedef struct ldap_url_desc { } LDAPURLDesc; .LP .ft B -ldap_free_urldesc( LDAPURLDesc *ludp ) +void ldap_free_urldesc( LDAPURLDesc *ludp ); .SH DESCRIPTION These routines support the use of LDAP URLs (Uniform Resource Locators) -as detailed in RFC 2255. LDAP URLs look like this: +as detailed in RFC 4516. LDAP URLs look like this: .nf \fBldap://\fP\fIhostport\fP\fB/\fP\fIdn\fP[\fB?\fP\fIattrs\fP[\fB?\fP\fIscope\fP[\fB?\fP\fIfilter\fP[\fB?\fP\fIexts\fP]]]] @@ -57,7 +54,7 @@ Example: .fi .LP URLs that are wrapped in angle-brackets and/or preceded by "URL:" are also -tolerated. Alternative schemes such as ldaps:// and ldapi:// may be +tolerated. Alternative LDAP schemes such as ldaps:// and ldapi:// may be parsed using the below routines as well. .LP .B ldap_is_ldap_url() @@ -78,12 +75,9 @@ should be called to free an LDAP URL description that was obtained from a call to .B ldap_url_parse(). .SH SEE ALSO +.nf .BR ldap (3) -.LP -.B The LDAP URL Format, RFC 2255, -Tim Howes and Mark Smith, December 1997. +.BR "RFC 4516" " " .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. +.fi +.so ../Project