freebsd-dev/lib/libpam/modules/pam_krb5
Jacques Vidrine 88c8bcce6c 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)
2002-11-13 17:44:29 +00:00
..
Makefile Moved SHLIB_NAME definition into one place. 2002-04-10 18:07:05 +00:00
pam_krb5.8 Spelling police: sucessful -> successful. 2001-11-24 23:41:32 +00:00
pam_krb5.c Use krb5_get_err_text' instead of error_message' so that instead of 2002-11-13 17:44:29 +00:00