Code

w3c ....
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 24 May 2005 08:07:09 +0000 (08:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 24 May 2005 08:07:09 +0000 (08:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@365 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/class_posixAccount.inc
plugins/personal/posix/generic.tpl

index 07e7d3ba4c215861539c742f3e819b7f286cc23c..e1dc1b911c6a264cbb7712cc8d6c5bb144ad2b9e 100644 (file)
@@ -494,6 +494,8 @@ class posixAccount extends plugin
 
     /* Load attributes and acl's */
     foreach($this->attributes as $val){
+      if(($_SESSION["js"])&&(($val=="uidNumber")||($val=="gidNumber")))
+        continue;
       $smarty->assign("$val", $this->$val);
       $smarty->assign("$val"."ACL", chkacl($this->acl,$val));
     }
index 05ab0d000695c857bf43210087b908f454b57701..0bd44207dd881582292f91431e087b477e0e3c83 100644 (file)
@@ -82,7 +82,6 @@
 </table>
 
 <p class="seperator">&nbsp;</p>
-</p>
 <table style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
  <tr>
   <td style="vertical-align:top; width:50%">