reset password in AD not working
This commit is contained in:
David COUTADEUR 2015-01-08 17:05:40 +00:00
parent f801c179bc
commit a82d36a794

View File

@ -43,7 +43,7 @@ sub authenticate {
# Password must be changed if pwdLastSet 0
if ( $pls == 0 ) {
$self->lmLog( "[AD] User must change its password", 'debug' );
return PE_PP_CHANGE_AFTER_RESET;
$res = PE_PP_CHANGE_AFTER_RESET;
}
}