Loading ldap_user/src/Processor/DrupalUserProcessor.php +3 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,9 @@ class DrupalUserProcessor implements LdapUserAttributesInterface { $this->updateExistingAccountByPersistentUid($ldapUser, $accountFromPuid); } else { $this->createDrupalUser($ldapUser); if (!$this->createDrupalUser($ldapUser)) { return FALSE; } } return TRUE; } Loading Loading
ldap_user/src/Processor/DrupalUserProcessor.php +3 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,9 @@ class DrupalUserProcessor implements LdapUserAttributesInterface { $this->updateExistingAccountByPersistentUid($ldapUser, $accountFromPuid); } else { $this->createDrupalUser($ldapUser); if (!$this->createDrupalUser($ldapUser)) { return FALSE; } } return TRUE; } Loading