mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
fullname is a better default than group
This commit is contained in:
parent
98d9925241
commit
ef6bd9a7e9
@ -609,7 +609,7 @@ function sync_LDAP_groups(){
|
||||
}
|
||||
|
||||
if (! isset($user->displayname) || $user->displayname == "") {
|
||||
$user->displayname = $group;
|
||||
$user->displayname = $user->fullname;
|
||||
}
|
||||
|
||||
$user->username = $group;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user