Update warn message

2620-ppolicy-binding
Christophe Maudoux 5 years ago
parent 55c33ae57c
commit c5f9514d11
  1. 4
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm

@ -5,7 +5,7 @@ use Lemonldap::NG::Common::Regexp;
use Lemonldap::NG::Handler::Main;
use Lemonldap::NG::Common::Util qw(getSameSite);
our $VERSION = '2.0.8';
our $VERSION = '2.0.9';
## @method hashref tests(hashref conf)
# Return a hash ref where keys are the names of the tests and values
@ -226,7 +226,7 @@ sub tests {
eval { tied(%h)->delete; };
return ( -1, "Unable to delete session ($@)" ) if ($@);
return ( -1,
'All sessions may be lost and you must restart all your Apache servers'
'All sessions may be lost and you must restart all your web servers'
) if ( $gc and $conf->{globalStorage} ne $gc );
return 1;
},

Loading…
Cancel
Save