Commit 18638a90 authored by chrisch1974's avatar chrisch1974

ldap: import users: sort entries

parent 443d4dbb
...@@ -106,6 +106,7 @@ if ($authcfg['type'] == 'ldap') { ...@@ -106,6 +106,7 @@ if ($authcfg['type'] == 'ldap') {
$ldap_users[$ldap_user['name']] = $ldap_user['dn']; $ldap_users[$ldap_user['name']] = $ldap_user['dn'];
} }
} }
ksort($ldap_users);
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment