ldap_sort_strcasecmp() routine compares two strings and ignores any differences in case when comparing uppercase and lowercase characters. This function is similar to the C function strcasecmp().
When sorting attribute values with ldap_sort_values(), call this function to compare the attribute values.
#include <ldap.h>
int ldap_sort_strcasecmp( const char **a, const char **b );
a | |
b |
ldap_sort_values().
Last Updated: 10/01/98 17:06:23