mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-22 02:04:19 +00:00
Make sure the default relationships are created.
This commit is contained in:
parent
70015d7c83
commit
113a974799
@ -291,6 +291,7 @@ function sync_user_from_LDAP( Principal &$principal, $mapping, $ldap_values ) {
|
|||||||
else {
|
else {
|
||||||
$principal->Create($fields_to_set);
|
$principal->Create($fields_to_set);
|
||||||
CreateHomeCollections($principal->username());
|
CreateHomeCollections($principal->username());
|
||||||
|
CreateDefaultRelationships($principal->username());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user