mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-21 01:54:23 +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 {
|
||||
$principal->Create($fields_to_set);
|
||||
CreateHomeCollections($principal->username());
|
||||
CreateDefaultRelationships($principal->username());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user