From: hickert Date: Tue, 31 Aug 2010 06:06:41 +0000 (+0000) Subject: Fixed problem with template adaption and shadowExpire X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=217e1ff42531725dff6cd352bf5cd6a52520473d;p=gosa.git Fixed problem with template adaption and shadowExpire git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19494 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc index c717b0f14..79b67bb13 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -1241,7 +1241,7 @@ class posixAccount extends plugin } /* Adjust shadow checkboxes */ - foreach (array("shadowMin", "shadowMax", "shadowWarning", "shadowInactive") as $val){ + foreach (array("shadowMin", "shadowMax", "shadowWarning", "shadowInactive", "shadowExpire") as $val){ if ($this->$val != 0){ $oval= "activate_".$val; $this->$oval= "1";