Code

Search in subtrees, with line ....
[gosa.git] / plugins / personal / samba / class_sambaAccount.inc
index 0affe015fb4d38e6cb9d83131bb7be4b6898b5de..a8f579f58a9d699024b017e81b74a703ea93fada 100644 (file)
@@ -222,6 +222,13 @@ class sambaAccount extends plugin
 
     /* Prepare templating */
     $smarty= get_smarty();
+
+/* 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 {