[Date Prev][Date Next] [Chronological] [Thread] [Top]

ADSI & Openldap - Asc / Desc - "Order by" isn't OK



I use ADSI 2.5 with asp (on NT 4 server) to a openldap (2.0.11) base in a
server (redhat 6.2)
My schema is very simple :
cn,sn,givenName,mail
When i use a "select ... from  (ldap://...) where ..." it 's Ok
But when i use "select ... from  (ldap://...) where ... order by ..."
It 's ok
BUT
The order of my selection is the same with "order by sn" or "order by
giveName" !!!

My ldap base was created by a ldif file
The order is the same in this file !!!

What is the problem ???