summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b424148)
raw | patch | inline | side by side (parent: b424148)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Dec 2007 15:04:03 +0000 (15:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Dec 2007 15:04:03 +0000 (15:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8022 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_password-methods-heimdal.inc | patch | blob | history |
diff --git a/include/class_password-methods-heimdal.inc b/include/class_password-methods-heimdal.inc
index 7508feb79e0c25fd520895224460e8525322575f..924a244004bafa30c7226ff39131142162e11892 100644 (file)
$this->is_account = FALSE;
$this->krb5MaxLife = 86400;
$this->krb5MaxRenew = 604800;
- $this->krb5ValidStart = date("YmdHi",time()."Z");
- $this->krb5ValidEnd = date("YmdHi",time()."Z");
- $this->krb5PasswordEnd= date("YmdHi",time()."Z");
+ $this->krb5ValidStart = date("YmdHi",time())."Z";
+ $this->krb5ValidEnd = date("YmdHi",time())."Z";
+ $this->krb5PasswordEnd= date("YmdHi",time())."Z";
/* Load existing entries */
if($dn != "new"){