mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
More ITS#5968: Edit AVA_Sort() comment to describe new behavior.
This commit is contained in:
parent
528193ec23
commit
fb8a419e58
@ -220,10 +220,7 @@ rdnValidate(
|
|||||||
/*
|
/*
|
||||||
* AVA sorting inside a RDN
|
* AVA sorting inside a RDN
|
||||||
*
|
*
|
||||||
* rule: sort attributeTypes in alphabetical order; in case of multiple
|
* Rule: sort attributeTypes in alphabetical order.
|
||||||
* occurrences of the same attributeType, sort values in byte order
|
|
||||||
* (use memcmp, which implies alphabetical order in case of IA5 value;
|
|
||||||
* this should guarantee the repeatability of the operation).
|
|
||||||
*
|
*
|
||||||
* Note: the sorting can be slightly improved by sorting first
|
* Note: the sorting can be slightly improved by sorting first
|
||||||
* by attribute type length, then by alphabetical order.
|
* by attribute type length, then by alphabetical order.
|
||||||
|
Loading…
Reference in New Issue
Block a user