Diff for /doc/man/man3/ldap.3 between versions 1.15 and 1.16

version 1.15, 2000/08/18 02:25:06 version 1.16, 2001/06/11 18:32:58
Line 1 Line 1
 .TH LDAP 3 "21 July 2000" "OpenLDAP LDVERSION"  .TH LDAP 3 "21 July 2000" "OpenLDAP LDVERSION"
 .\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap.3,v 1.14 2000/07/22 00:00:47 kurt Exp $  .\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap.3,v 1.15 2000/08/18 02:25:06 kurt Exp $
 .\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.  .\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.  .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME  .SH NAME
Line 91  The Line 91  The
 routines can be used test a URL to see if it is an LDAP URL, to parse LDAP  routines can be used test a URL to see if it is an LDAP URL, to parse LDAP
 URLs into their component pieces, and to initiate searches directly using  URLs into their component pieces, and to initiate searches directly using
 an LDAP URL.  an LDAP URL.
 .SH USER FRIENDLY NAMING  
 The  
 .BR ldap_ufn (3)  
 routines implement a user friendly naming  
 scheme via LDAP.  This scheme allows you to look up entries  
 using fuzzy, untyped names like "john smith, example corp, ca, us".  
 .SH CACHING  .SH CACHING
 The  The
 .BR ldap_cache (3)  .BR ldap_cache (3)
Line 310  convert a DN into its component parts Line 304  convert a DN into its component parts
 .SM ldap_explode_rdn(3)  .SM ldap_explode_rdn(3)
 convert a RDN into its component parts  convert a RDN into its component parts
 .TP  .TP
 .SM ldap_dn2ufn(3)  
 convert a DN into user friendly form  
 .TP  
 .SM ldap_get_values(3)  .SM ldap_get_values(3)
 return an attribute's values  return an attribute's values
 .TP  .TP
Line 391  synchronously search the directory Line 382  synchronously search the directory
 .SM ldap_search_st(3)  .SM ldap_search_st(3)
 synchronously search the directory with timeout  synchronously search the directory with timeout
 .TP  .TP
 .SM ldap_ufn_search_s(3)  
 user friendly search the directory  
 .TP  
 .SM ldap_ufn_search_c(3)  
 user friendly search the directory with cancel  
 .TP  
 .SM ldap_ufn_search_ct(3)  
 user friendly search the directory with cancel and timeout  
 .TP  
 .SM ldap_ufn_setfilter(3)  
 set filter file used by ldap_ufn(3) routines  
 .TP  
 .SM ldap_ufn_setprefix(3)  
 set prefix used by ldap_ufn(3) routines  
 .TP  
 .SM ldap_ufn_timeout(3)  
 set timeout used by ldap_ufn(3) routines  
 .TP  
 .SM ldap_is_ldap_url(3)  .SM ldap_is_ldap_url(3)
 check a URL string to see if it is an LDAP URL  check a URL string to see if it is an LDAP URL
 .TP  .TP

Removed from v.1.15  
changed lines
  Added in v.1.16


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org