[OpenAFS] PAM problems.
Daniel Lundqvist
daniel@malarhojden.nu
Wed, 07 May 2003 15:12:54 +0200
Rubino Gei=DF wrote:
>>I copied pam_afs.so.1 to /usr/lib/pam_afs.so and changed the=20
>>sshd section of /etc/pam.conf to this:
>>
>># OpenSSH with PAM support requires similar modules. The=20
>>session one is # a bit strange, though...
>>sshd auth sufficient pam_afs.so try_first_pass ignore_root
>>sshd auth required pam_unix.so try_first_pass
>>sshd account required pam_unix.so
>>sshd password required pam_permit.so
>>sshd session sufficient pam_afs.so try_first_pass
>>sshd session required pam_permit.so
> =20
> This is wrong use:
>=20
> sshd auth sufficient pam_unix.so =20
> sshd auth sufficient pam_afs.so try_first_pass ignore_root
If I use this pam_afs.so doesn't get called at all ...
Perhaps there is something else that is wrong?
//Daniel