Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / kerberosIV / lib / auth / pam / README
1
2 PAM
3 ---
4
5 The PAM module was written more out of curiosity that anything else. It
6 has not been updated for quite a while, but it seems to mostly work on
7 both Linux and Solaris.
8
9 To use this module you should:
10
11    * Make sure `pam_krb4.so' is available in `/usr/athena/lib'. You
12      might actually want it on local disk, so `/lib/security' might be a
13      better place if `/usr/athena' is not local.
14
15    * Look at `pam.conf.add' for examples of what to add to
16      `/etc/pam.conf'.
17
18 There is currently no support for changing kerberos passwords. Use
19 kpasswd instead.
20
21 See also Derrick J Brashear's `<shadow@dementia.org>' Kerberos PAM
22 module at
23 <ftp://ftp.dementia.org/pub/pam>. It has a lot more features, and it is
24 also more in line with other PAM modules.
25