diff --git a/inc/drivers_ldap.php b/inc/drivers_ldap.php index 6dfed30c..b7492f6d 100644 --- a/inc/drivers_ldap.php +++ b/inc/drivers_ldap.php @@ -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()); } }