]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/dn.c
ITS#6045: Use copy of db when testing filter in matchops.
[openldap] / servers / slapd / dn.c
index 638187411a5de0c6d2967ddb171e22cb467f18f7..331035b9cc318cec02aff565bf7a7d27c221af37 100644 (file)
@@ -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.