Make sure the default relationships are created.

This commit is contained in:
Andrew McMillan 2011-10-18 16:39:54 +13:00
parent 70015d7c83
commit 113a974799

View File

@ -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());
}
}