From 113a9747996b00b7b18801e13f172a25d3f4e962 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 18 Oct 2011 16:39:54 +1300 Subject: [PATCH] Make sure the default relationships are created. --- inc/drivers_ldap.php | 1 + 1 file changed, 1 insertion(+) 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()); } }