[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Integrated Login
- From: Tomas Mraz <tmraz redhat com>
- To: Pluggable Authentication Modules <pam-list redhat com>
- Subject: Re: Integrated Login
- Date: Tue, 25 Mar 2008 10:24:17 +0100
On Tue, 2008-03-25 at 11:15 +0200, Ido Levy wrote:
> Hello,
>
> I am trying to configure PAM to provide both AFS token and Kerberos 5
> ticket in the login process but unfortunately with no luck.
> I am able to get AFS token or Kerberos 5 ticket but not both of them.
>
> Following is the system-auth file.
>
> #%PAM-1.0
> auth required pam_env.so
> auth sufficient /lib64/security/pam_krb5.so use_first_pass
This module must be "required" and not "sufficient".
> auth sufficient /lib64/security/pam_afs.so try_first_pass
> ignore_root set_token
Also you shouldn't use full paths to the modules, the pam library will
search /lib(64)/security automatically.
--
Tomas Mraz
No matter how far down the wrong road you've gone, turn back.
Turkish proverb
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]