diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm index a667f1afc7f7d890b07afcfc7c5a46a0ad2019f3..1a1f58c8b446ecc159c3bce38333888c3caaf98e 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm @@ -36,6 +36,7 @@ sub defaultValues { 'certificateResetByMailURL' => 'http://auth.example.com/certificateReset', 'certificateResetByMailValidityDelay' => 0, + 'cfgDate' => '0000000000', 'checkDevOpsCheckSessionAttributes' => 1, 'checkDevOpsDisplayNormalizedHeaders' => 1, 'checkDevOpsDownload' => 1, diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm index 1b416570cb7349d3767deee9ad3848478ea4f535..3f97a55fc7b32bc0cc65ca7e2e79525da1b92e78 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm @@ -65,7 +65,7 @@ sub checkConf { or $class->cfgNum != $conf->{cfgNum} or $class->cfgDate != $conf->{cfgDate} ) { - $class->logger->debug("Get configuration $conf->{cfgNum}"); + $class->logger->debug("Get configuration $conf->{cfgNum} aged $conf->{cfgDate}"); unless ( $class->cfgNum( $conf->{cfgNum} ) && $class->cfgDate( $conf->{cfgDate} ) ) {