From: hickert Date: Tue, 29 Nov 2005 11:15:42 +0000 (+0000) Subject: Fixed posixs ACL handling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fc9f348eab9558a566cae49e35b4df0342ccae1d;p=gosa.git Fixed posixs ACL handling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2125 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc index 1a62e8946..902fd411c 100644 --- a/plugins/personal/posix/class_posixAccount.inc +++ b/plugins/personal/posix/class_posixAccount.inc @@ -510,7 +510,7 @@ class posixAccount extends plugin /* Load attributes and acl's */ foreach($this->attributes as $val){ - if(($_SESSION["js"])&&(($val=="uidNumber")||($val=="gidNumber"))) + if((chkacl($this->acl,$val)=="")&&(($_SESSION["js"])&&(($val=="uidNumber")||($val=="gidNumber")))) { $smarty->assign("$val"."ACL",""); $smarty->assign("$val", $this->$val); diff --git a/plugins/personal/posix/generic.tpl b/plugins/personal/posix/generic.tpl index a01cd95c6..d83919829 100644 --- a/plugins/personal/posix/generic.tpl +++ b/plugins/personal/posix/generic.tpl @@ -66,7 +66,7 @@ {t}(Warning: more than 16 groups are not supported by NFS!){/t}
{/if} - {html_options options=$groupMembership}