Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2002 09:44:29 -0800 (PST)
From:      Jacques Vidrine <nectar@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:  <200211131744.gADHiTOa049091@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nectar      2002/11/13 09:44:29 PST

  Modified files:
    lib/libpam/modules/pam_krb5 pam_krb5.c 
  Log:
  Use `krb5_get_err_text' instead of `error_message' so that instead of
  e.g.
  
     Unknown error: -1765328378
  
  we get
  
     Client not found in Kerberos database
  
  Another way to accomplish this would have been to leave
  `error_message' alone, but to explicitly load the Kerberos com_err
  error tables.  However, I don't really like the idea of a PAM module
  dorking with global tables.
  
  Approved by:    re (jhb)
  
  Revision  Changes    Path
  1.10      +47 -24    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?200211131744.gADHiTOa049091>