[OpenAFS-devel] [PATCH] PAM: allow PAM to change AFS passwords

Derrick J Brashear shadow@dementia.org
Mon, 05 Mar 2001 11:23:18 -0500


--On Wednesday, February 28, 2001 12:58:12 PM +0100 Ulrich Hahn 
<zrsha01@zdv.uni-tuebingen.de> wrote:

>
> This patch allows AFS users to change their passwords using the
> standard passwd utility (no kpasswd needed). To enable PAM to change
> the AFS password the PAM definition to passwd needs the following lines
> included:
>
> auth     sufficient /lib/security/pam_afs.so try_first_path ignore_root
> password sufficient /lib/security/pam_afs.so try_first_path ignore_root
>
> The patch was tested on openafs-1.0.2, linux kernel 2.2.16, SuSE 7.0.
> patch

The part of the patch applicable to afs_message.h was missing. CVS now has 
a version with the offsets rectified to current code and that part 
reconstructed.

-D