Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / openldap / man / ldap_sort.3
blobab2c6fbb1a6d45e5cf2578b74076464e0bf64721
1 .TH LDAP_SORT 3 "2008/07/16" "OpenLDAP 2.4.11"
2 .\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_sort.3,v 1.15.2.4 2008/02/11 23:26:39 kurt Exp $
3 .\" Copyright 1998-2008 The OpenLDAP Foundation All Rights Reserved.
4 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
5 .SH NAME
6 ldap_sort_entries, ldap_sort_values, ldap_sort_strcasecmp \- LDAP sorting routines (deprecated)
7 .SH LIBRARY
8 OpenLDAP LDAP (libldap, -lldap)
9 .SH DESCRIPTION
10 The
11 .BR ldap_sort_entries (),
12 .BR ldap_sort_values (),
13 and
14 .BR ldap_sort_strcasecmp ()
15 are deprecated.  
16 .LP
17 Deprecated interfaces generally remain in the library.  The macro
18 LDAP_DEPRECATED can be defined to a non-zero value
19 (e.g., -DLDAP_DEPRECATED=1) when compiling program designed to use
20 deprecated interfaces.  It is recommended that developers writing new
21 programs, or updating old programs, avoid use of deprecated interfaces.
22 Over time, it is expected that documentation (and, eventually, support) for
23 deprecated interfaces to be eliminated.
24 .SH SEE ALSO
25 .BR ldap (3)
26 .SH ACKNOWLEDGEMENTS
27 .\" Shared Project Acknowledgement Text
28 .B "OpenLDAP Software"
29 is developed and maintained by The OpenLDAP Project <http://www.openldap.org/>.
30 .B "OpenLDAP Software"
31 is derived from University of Michigan LDAP 3.3 Release.