Dont sort by DN, problematic when sssvlv overlay is used in openldap. Seems DN's are sorted anyway. Fixes #350
This commit is contained in:
@@ -275,7 +275,6 @@ final class Server
|
||||
'c' // Needed for the tree to show icons for countries
|
||||
]))
|
||||
->list()
|
||||
->orderBy('dn')
|
||||
->get() ?: NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user