K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2009-08-20T23:31:59.300770Z
K 7
svn:log
V 578
Rewrite auth_krb5 to use modern Kerberos APIs

Use krb5_get_init_creds_password and the current APIs and remove a bunch
of cruft that's unnecessary and uninteresting.  The library defaults will
take care of things like building the correct service principal.

Add a call to krb5_verify_init_creds, although this will only work if
nnrpd is pointed to a keytab that it can read or if it's run as root.
Looking in a different keytab for a local key with which to validate the
credentials is left as future work and requires additional configuration
to point to the correct keytab.

END
