Anonymous
-
2001-06-24
This buffer is for notes you don't want to save, and
for Lisp evaluation.
If you want to create a file, visit that file with C-x C-f,
then enter the text in that file's own buffer.
Here's a plugin to do a simple check of a Kerberos 5
KDC. You tell it a host and a principal to request and
it checks for a valid response. It doesn't try to
decrypt the response, so you don't have to provide a
password. We have a special principal called "netsaint"
just for this purpose.
Future plans may be to check the admin and password
change services and maybe attempt to decrypt and
validate responses using cached credentials.
Apply using
patch -p0 < check_krb5.patch
in the base directory.
Enjoy!