Code

Updated samba password expiration info
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Mar 2011 14:50:10 +0000 (14:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Mar 2011 14:50:10 +0000 (14:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20627 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/personal/samba/class_sambaAccount.inc

index 465bb60e3aa3b2a03643f0be463cb04d35b25739..41cd6b0fb273fa82bbd1df615ee0605de2080239 100644 (file)
@@ -514,7 +514,7 @@ class sambaAccount extends plugin
         if(isset($this->attrs['sambaPwdLastSet'][0])){
             $last = $this->attrs['sambaPwdLastSet'][0];
             $sid = $this->get_domain_info();
-            if(isset($sid['sambaMaxPwdAge'][0])){
+            if(isset($sid['sambaMaxPwdAge'][0]) && $sid['sambaMaxPwdAge'][0] != -1){
                 $d = ($last + $sid['sambaMaxPwdAge'][0]) - time();
 
                 // A negative value means the password is outdated