From 5266c89da9bce20286dca7c6c1a6be8121481902 Mon Sep 17 00:00:00 2001 From: Zbigniew Szmyd Date: Tue, 11 Oct 2016 11:14:17 +0200 Subject: [PATCH] little corrections --- plugins/password/localization/en_GB.inc | 2 +- plugins/password/localization/en_US.inc | 2 +- plugins/password/localization/pl_PL.inc | 2 +- plugins/ppolicy_checker/config.inc.php.dist | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/password/localization/en_GB.inc b/plugins/password/localization/en_GB.inc index a34a44503..6525860d2 100644 --- a/plugins/password/localization/en_GB.inc +++ b/plugins/password/localization/en_GB.inc @@ -33,6 +33,6 @@ $messages['firstloginchange'] = 'This is your first login. Please change your pa $messages['disablednotice'] = 'The system is currently under maintenance and password change is not possible at the moment. Everything should be back to normal soon. We apologise for any inconvenience.'; $messages['passwdinhistory'] = 'This password has already been used previously'; $messages['samepass'] = 'New password have to be different from the old one'; -$messages['passexpirewarning'] = 'Warning! \nYour password will expire soon, change it before'; +$messages['passexpirewarning'] = 'Warning! Your password will expire soon, change it before'; $messages['passexpired'] = 'Your password has expired, you have to change it now !'; diff --git a/plugins/password/localization/en_US.inc b/plugins/password/localization/en_US.inc index fa9ffd025..a2be6bd2c 100644 --- a/plugins/password/localization/en_US.inc +++ b/plugins/password/localization/en_US.inc @@ -37,6 +37,6 @@ $messages['firstloginchange'] = 'This is your first login. Please change your pa $messages['disablednotice'] = 'The system is currently under maintenance and password change is not possible at the moment. Everything should be back to normal soon. We apologize for any inconvenience.'; $messages['passwinhistory'] = 'This password has already been used previously'; $messages['samepass'] = 'New password have to be different from the old one'; -$messages['passexpirewarning'] = 'Warning! \nYour password will expire soon, change it before'; +$messages['passexpirewarning'] = 'Warning! Your password will expire soon, change it before'; $messages['passexpired'] = 'Your password has expired, you have to change it now !'; diff --git a/plugins/password/localization/pl_PL.inc b/plugins/password/localization/pl_PL.inc index 200233c93..4f3ad222c 100644 --- a/plugins/password/localization/pl_PL.inc +++ b/plugins/password/localization/pl_PL.inc @@ -33,5 +33,5 @@ $messages['firstloginchange'] = 'To jest twoje pierwsze logowanie. Proszę zmie $messages['disablednotice'] = 'System jest w trakcie konserwacji i zmiana hasła w tym momencie nie jest możliwa. Wszystko powinno wrócić do normy w niedługim czasie. Przepraszamy za wszelkie niedogodności'; $messages['passwdinhistory'] = 'To hasło było już użyte poprzednio.'; $messages['samepass'] = 'Nowe hasło musi być inne niż obecne.'; -$messages['passexpirewarning'] = 'UWAGA! \nTwoje hasło niebawem wygaśnie, zmień je przed'; +$messages['passexpirewarning'] = 'UWAGA! Twoje hasło niebawem wygaśnie, zmień je przed'; $messages['passexpired'] = 'Twoje hasło wygasło, musisz je natychmiast zmienić !'; diff --git a/plugins/ppolicy_checker/config.inc.php.dist b/plugins/ppolicy_checker/config.inc.php.dist index 24a396ca1..da3c2d7bb 100644 --- a/plugins/ppolicy_checker/config.inc.php.dist +++ b/plugins/ppolicy_checker/config.inc.php.dist @@ -4,7 +4,7 @@ $config['ppolicy_checker_debug'] = false; // LDAP URI to connect to LDAP servers -$config['ppolicy_checker_uri'] = 'ldaps://ldap2.example.com:636/ ldap://ldap.example.com'; +$config['ppolicy_checker_uri'] = 'ldaps://ldap2.example.com/ ldap://ldap.example.com'; // LDAP base DN $config['ppolicy_checker_basedn'] = 'dc=example,dc=com';