Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2003 01:45:41 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.c
Message-ID:  <200302030945.h139jfDA012226@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2003/02/03 01:45:41 PST

  Modified files:
    lib/libpam/modules/pam_krb5 pam_krb5.c 
  Log:
  In pam_sm_acct_mgmt(), retrieve the cached credentials before trying to
  initialize the context.  This way, a failure to initialize the context is
  not fatal unless we actually have work to do - because if we don't, we
  return PAM_SUCCESS without even trying to initialize the context.
  
  Revision  Changes    Path
  1.15      +6 -3      src/lib/libpam/modules/pam_krb5/pam_krb5.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302030945.h139jfDA012226>