From: hickert Date: Fri, 19 Nov 2010 09:38:06 +0000 (+0000) Subject: Updated posixAccount X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ac65e3a62e68ec575a753e13266e48a0a0563777;p=gosa.git Updated posixAccount -Do not overwrite shadowLastChange everytime we save the posix tab. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20285 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 6df03a564..9e4adc8b5 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -620,7 +620,7 @@ class posixAccount extends plugin if ($this->mustchangepassword){ $this->shadowLastChange= (int)(date("U") / 86400) - $this->shadowMax - 1; } else { - $this->shadowLastChange= (int)(date("U") / 86400); +# $this->shadowLastChange= (int)(date("U") / 86400); } if (!$this->activate_shadowWarning){ $this->shadowWarning= "0";