Code

Updated comment
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jan 2008 14:56:05 +0000 (14:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jan 2008 14:56:05 +0000 (14:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8571 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/samba/class_sambaAccount.inc

index f563e6d3323643660bb9f0afed50248beba37803..651863181ff14c758dab2f646a47eeb1986a6c05 100644 (file)
@@ -1128,7 +1128,7 @@ class sambaAccount extends plugin
   {
     plugin::PrepareForCopyPaste($source);
 
-    /* Set a new SID and force a new group with new sambaPrimaryGroupSID */
+    /* Set a new SID */
     $this->sambaSID = "";
   }
 }