Skip to content

Commit 78c4aaa

Browse files
committed
add comment
1 parent 9a2a11a commit 78c4aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lib/UnityUser.php

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function init($send_mail = true)
5555
$ldapGroupEntry = $this->getLDAPGroup();
5656
$id = $this->LDAP->getUnassignedIDNum($this->getUID(), $this->SQL);
5757

58+
// TODO should this call UnityGroup->init() instead?
5859
if (!$ldapGroupEntry->exists()) {
5960
$ldapGroupEntry->setAttribute("objectclass", UnityLDAP::POSIX_GROUP_CLASS);
6061
$ldapGroupEntry->setAttribute("gidnumber", strval($id));

0 commit comments

Comments
 (0)