1LDAP_SORT(3) Library Functions Manual LDAP_SORT(3)
2
3
4
6 ldap_sort_entries, ldap_sort_values, ldap_sort_strcasecmp - LDAP sort‐
7 ing routines (deprecated)
8
10 OpenLDAP LDAP (libldap, -lldap)
11
13 The ldap_sort_entries(), ldap_sort_values(), and ldap_sort_strcasecmp()
14 are deprecated.
15
16 Deprecated interfaces generally remain in the library. The macro
17 LDAP_DEPRECATED can be defined to a non-zero value (e.g., -DLDAP_DEPRE‐
18 CATED=1) when compiling program designed to use deprecated interfaces.
19 It is recommended that developers writing new programs, or updating old
20 programs, avoid use of deprecated interfaces. Over time, it is ex‐
21 pected that documentation (and, eventually, support) for deprecated in‐
22 terfaces to be eliminated.
23
25 ldap(3)
26
28 OpenLDAP Software is developed and maintained by The OpenLDAP Project
29 <http://www.openldap.org/>. OpenLDAP Software is derived from the Uni‐
30 versity of Michigan LDAP 3.3 Release.
31
32
33
34OpenLDAP 2.6.6 2023/07/31 LDAP_SORT(3)