Code

Removes Code trash
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Aug 2005 11:54:30 +0000 (11:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Aug 2005 11:54:30 +0000 (11:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1077 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/class_posixAccount.inc

index 12d537833164c42d3b1734b84183fabd00a47078..11463b41322cd2b5f0677c22c7072386f2b31868 100644 (file)
@@ -931,15 +931,6 @@ class posixAccount extends plugin
     return ($message);
   }
 
-
-  /* Add posix user to some groups */
-  function addGroup2 ($groups){
-    print "Haleluja".$groups;
-    print_a($this->groupMembership);
-    $this->groupMembership[$this->glist[$groups]['dn']]= $this->glist[$groups]['cn'][0];
-  }
-  
-
   function addGroup ($groups)
   {
     /* include global link_info */