From 8edac788926b2166936afa5c200b3aa7efe5ebeb Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 31 May 2005 07:54:49 +0000 Subject: [PATCH] nothing changed only comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@518 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/samba/class_sambaAccount.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/personal/samba/class_sambaAccount.inc b/plugins/personal/samba/class_sambaAccount.inc index 0affe015f..32d14b050 100644 --- a/plugins/personal/samba/class_sambaAccount.inc +++ b/plugins/personal/samba/class_sambaAccount.inc @@ -222,6 +222,14 @@ class sambaAccount extends plugin /* Prepare templating */ $smarty= get_smarty(); + +/* Set this on top, can't find position where it must be set */ +/* PHP Fehler "Undefined index: sambaPwdMustChangeACL" */ + #hickert test +// $smarty->assign("sambaPwdMustChangeACL", chkacl($this->acl, "sambaPwdMustChangeACL")); + #hickert test +// $smarty->assign("sambaPwdMustChange",$this->sambaPwdMustChange); + if ($this->sambaPwdMustChange=="0"){ $date= getdate(); } else { -- 2.30.2