now made from info

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2876 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-10 04:17:18 +00:00
parent e7e2e14be7
commit 6db6fccf8d
2 changed files with 0 additions and 38 deletions

View File

@@ -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).

View File

@@ -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 <shadow@dementia.org> 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.