[OpenAFS] integrated logon for Solaris and AFS

Christian Ospelkaus christian@core-coutainville.org
Tue, 27 Apr 2004 19:17:35 +0200


> Well I'm a bit closer now! I set up the pam module but when I logged in
> successfully I was then prompted for the "AFS password: "
> This is how I have things set up at the moment with pam_unix.so.1 as
> required and pam_afs.so.1 as optional.
>
> login   auth required   /usr/lib/security/pam_unix.so.1
> login   auth required   /usr/lib/security/pam_dial_auth.so.1
> login   auth optional   /usr/lib/security/pam_afs.so.1
>
> Is this wrong?

Under Linux, you can use the use_first_pass and try_first_pass options to try 
the password from the first module on a module which is called later on the 
stack. 

Christian