Code

Reviewed patch from jan, looks ok.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Jan 2007 06:10:23 +0000 (06:10 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Jan 2007 06:10:23 +0000 (06:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5501 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/class_posixAccount.inc

index 847f8dafe7ae9ee55505b65dd6cd14155e74f21d..e904cf61e7bf7b9dae0beadfb49899b99d4e6c9d 100644 (file)
@@ -1060,9 +1060,6 @@ class posixAccount extends plugin
       }
     }
 
-    /* FIXME: NEED review of this section */
-    /* Need to check shadowExpire separately */
-
     /* 
      * If shadowExpire is not enabled in the template, it's a UNIX timestamp - so don't convert it to seconds.
      * The check is a hack - if difference between timestamp generated above and here is max 1 day.