Adam Tauno Williams awilliam@opengroupware.us writes:
On Fri, 2010-01-15 at 11:27 -0200, Diego Lima wrote:
I have enabled the server-side sorting overlay and I received the following error on a search: sssvlv: no ordering rule specified and no default ordering rule for attribute uid <= get_ctrls: n=1 rc=18 err="serverSort control: No ordering rule" send_ldap_result: conn=1000 op=7 p=3 send_ldap_response: msgid=8 tag=101 err=18 ber_flush2: 50 bytes to sd 13 Where should I specify the ordering rule for the uid attribute? The core schema?
I believe I have this issue as well. Since upgrading to OL 2.4.20 our OpenFire XMPP server has been logging an unending stream of -
I am running 2.4.21 and don't receive any errors. What attribute type and ordering rule did you define as sortkeylist? I just tested with ldapsearch. ldapsearch -E'!sss=sn:2.5.13.3' -Y DIGEST-MD5 -U user -w passwd -H ldap://localhost:9004 -b searchbase "(filter)" attributes
# search result search: 3 result: 0 Success control: 1.2.840.113556.1.4.474 false MAMKAQA= sortResult: (0) Success
-Dieter