PAM and kerberos automatic authentication
From: sam (sam.khair_at_timeslice.co.uk)
Date: 03/30/04
- Next message: Nils O. Selåsdal: "Re: PAM and kerberos automatic authentication"
- Previous message: Tommy Reynolds: "Re: free"
- Next in thread: Nils O. Selåsdal: "Re: PAM and kerberos automatic authentication"
- Reply: Nils O. Selåsdal: "Re: PAM and kerberos automatic authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Mar 2004 02:27:49 -0800
Hi,
I am trying to set up my linux PC to automatically authenticate
against a (windows AD) KDC on login. At the moment I can do it
manually using the kinit username@REALM.COM and using klist to confirm
I have been granted a TGT.
I have added the following to the /etc/pam.d/sys-auth file after the
pam_unix.so line in reach of their respective sections.
auth sufficient /lib/security/pam_krb5.so use_first_pass
forwardable
password sufficient /lib/security/pam_krb5.so use_authtok
session optional /lib/security/pam_krb5.so
I then restarted linux and logged in as a user that exists both on the
linux PC and the AD domain with the same password. On checking the
tickets issued, using klist, I found no TGT was issued. Am I going
about this completly the wrong way or have I missed something?
I am using Redhat 9 and have confirmed that the pam_krb5 rpm has been
installed.
Thanks for any help.
- Next message: Nils O. Selåsdal: "Re: PAM and kerberos automatic authentication"
- Previous message: Tommy Reynolds: "Re: free"
- Next in thread: Nils O. Selåsdal: "Re: PAM and kerberos automatic authentication"
- Reply: Nils O. Selåsdal: "Re: PAM and kerberos automatic authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|