View | Details | Raw Unified | Return to bug 44602 | Differences between
and this patch

Collapse All | Expand All

(-)a/pam_ldap.c (+4 lines)
 Lines 3036-3041   _do_authentication (pam_handle_t *pamh, Link Here 
3036
		    const char *user, const char *password)
3036
		    const char *user, const char *password)
3037
{
3037
{
3038
  int rc = PAM_SUCCESS;
3038
  int rc = PAM_SUCCESS;
3039
  if (password && strlen(password) > 512)
3040
  {
3041
    return PAM_AUTH_ERR;
3042
  }
3039
3043
3040
  if (session->info == NULL)
3044
  if (session->info == NULL)
3041
    {
3045
    {

Return to bug 44602