We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8543075 commit f90d28cCopy full SHA for f90d28c
resources/lib/UnityUser.php
@@ -56,6 +56,7 @@ public function init(
56
string $org,
57
bool $send_mail = true,
58
): void {
59
+ // if this user is a ghost then they already have LDAP entries
60
if (!$this->getFlag(UserFlag::GHOST)) {
61
$ldapGroupEntry = $this->getGroupEntry();
62
\ensure(!$ldapGroupEntry->exists());
0 commit comments