We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2a11a commit 78c4aaaCopy full SHA for 78c4aaa
resources/lib/UnityUser.php
@@ -55,6 +55,7 @@ public function init($send_mail = true)
55
$ldapGroupEntry = $this->getLDAPGroup();
56
$id = $this->LDAP->getUnassignedIDNum($this->getUID(), $this->SQL);
57
58
+ // TODO should this call UnityGroup->init() instead?
59
if (!$ldapGroupEntry->exists()) {
60
$ldapGroupEntry->setAttribute("objectclass", UnityLDAP::POSIX_GROUP_CLASS);
61
$ldapGroupEntry->setAttribute("gidnumber", strval($id));
0 commit comments