When receiveing LDAP request with the control SortKeyList, samba4 fail to honor this control and do not return a sorted response
Created attachment 4188 [details] Tcpdump capture showing a request and response not properly sorted frame 11 ask for the sortkeylist control on attribute CN. in frame 12 we expect to have Administrator, user administrator and user test. But another order is returned
It seems that the fix released by tridge in 6836b16ddac590b9cb23c4c5497aacd3bc371968 is working pretty well. I propose to close this bug
Good!