From: Quanah Gibson-Mount Date: Tue, 28 Apr 2009 02:52:05 +0000 (+0000) Subject: More ITS#5968: Edit AVA_Sort() comment to describe new behavior. X-Git-Tag: OPENLDAP_REL_ENG_2_4_17~135 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1dd4c105b07f1a8cef06f9d96d5a810f977228d9;p=openldap More ITS#5968: Edit AVA_Sort() comment to describe new behavior. --- diff --git a/servers/slapd/dn.c b/servers/slapd/dn.c index 638187411a..331035b9cc 100644 --- a/servers/slapd/dn.c +++ b/servers/slapd/dn.c @@ -220,10 +220,7 @@ rdnValidate( /* * AVA sorting inside a RDN * - * rule: sort attributeTypes in alphabetical order; in case of multiple - * 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). + * Rule: sort attributeTypes in alphabetical order. * * Note: the sorting can be slightly improved by sorting first * by attribute type length, then by alphabetical order.