diff --git a/lib/auth/afskauthlib/README b/lib/auth/afskauthlib/README deleted file mode 100644 index b0b41b265..000000000 --- a/lib/auth/afskauthlib/README +++ /dev/null @@ -1,16 +0,0 @@ -$Id$ - - ------------------------------------------------------------ - | NOTE: This is currently just experimental code, it might | - | not work as expected. You have been warned. | - ------------------------------------------------------------ - -This is an attempt at a module compatible with transarcs -afskauthlib.so. It should be usable on all systems where the standard -programs use this library. At least the programs on SGIs do. - -It seems that you currently have to copy libkafs.so, libkrb.so, and -libdes.so to /usr/lib, or build your afskauthlib.so statically. - -The afskauthlib.so itself is able to reside in /usr/vice/etc, -/usr/afsws/lib, or the current directory (wherever that is). diff --git a/lib/auth/pam/README b/lib/auth/pam/README deleted file mode 100644 index 9e7c44cba..000000000 --- a/lib/auth/pam/README +++ /dev/null @@ -1,22 +0,0 @@ - ------------------------------------------------------------ - | NOTE: This is currently just experimental code, it might | - | not work as expected. You have been warned. | - ------------------------------------------------------------ - -This is a quick attempt at a PAM module for Kerberos. You don't really -want to use this, but if you feel suicidal you will have to do the -following: - -* Make sure pam_krb4.so is available in /usr/athena/lib. You might - actually want it on local disk, so /lib/security might be a better - place if /usr/athena is not local. - -* Look at pam.conf.add for examples of what to add to /etc/pam.conf - -There is currently no support for changing kerberos passwords. Use -kpasswd instead. - - -See also Derrick J Brashear's Kerberos PAM -module at ftp://ftp.dementia.org/pub/pam. It has a lot more features, -and is more in line with other PAM modules.