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:
2025-06-26 21:55:10 +10:00
parent 7b1b4f4e50
commit 6f20d426ad
3 changed files with 12 additions and 1 deletions

View File

@@ -275,7 +275,6 @@ final class Server
'c' // Needed for the tree to show icons for countries
]))
->list()
->orderBy('dn')
->get() ?: NULL;
}