On 2011-09-08 I had set aside a note that this behaviour was
intentional. So when upgrading to 2.4.25 or beyond you must take care to
install the new schemas...
Unfortunately, in the note is no link to the approp docu.
suomi
On 04/19/2012 09:20 AM, Clément OUDOT wrote:
Hello,
I noticed that with OpenLDAP 2.4.30, a search request with a non
criticical sss control on an attribute without ordering matching rule
returns an error:
clement@ader:~/Programmes/openldap$ bin/ldapsearch -H
ldap://localhost:3389 -D ou=lsc,ou=accounts,ou=XXX -w secret -b
ou=people,ou=XXX -E sss=cn
# extended LDIF
#
# LDAPv3
# with server side sorting control
#
# search result
search: 2
result: 18 Inappropriate matching
text: serverSort control: No ordering rule
# numResponses: 1
Before, the error was only returned if the control was set to
critical. This was discussed in this ITS:
http://www.openldap.org/its/index.cgi/Software%20Bugs?id=6647
Is this behavior change intentional or is this a side effect of of
recent commit?
Clément.