Ask Slashdot: Kerberos and PAM? 28
mattdm writes in with
this query: "I'm trying to get PAM (on Red Hat
Linux 5.2) to work with Kerberos. Has anyone done this
succesfully? I'm using pam_krb4 from
this
URL. It works to authenticate people perfectly, but it
doesn't save a TGT or set the proper environment variables.
This is pretty important to getting Linux officially
supported at the university where I work, so any help
would be great." Update: 03/17 06:48 by C :The link posted above doesn't work,
but you can go here
to browse through their PAM files. Thanks to
tjrw for the link.
Update: 03/18 04:38 by C :The original link has now been fixed.
MIT athena... (Score:1)
http://web.mit.edu/linux/www/
PAM & Kerberos (Score:1)
Looks like pam_krb4-981201.tar.gz would be a likely contender... t
Considered kerberized apps? (Score:1)
If you're rolling Kerberos out on a University-wide basis, you probably want to talk to the MIT Athena people and the the CMU administrators as they've already been through it.
RH5.2 and pam_krb4 (Score:1)
I reported it to Red Hat almost immediately upon RH5.2's release (it breaks pam_linux_afs as well, which is disastrous in CMU ECE's environment). They have fixed it, but didn't see any point in releasing an updated util-linux RPM.
You're probably better off getting util-linux and building it yourself anyway: RH5.2 ships with an ancient version.
PAM & Kerberos (Score:1)
PAM, Kerb5, and Linux (Score:1)
Considered kerberized apps? (Score:1)
READ THIS for info (Score:1)
I've got:
- ssh, xdm, and su fixed to pass environment variables (i.e. KRBTKFILE)
- a PAM module that supports Kerberos authentication in multiple cells (AFS is supported if you want it)
- KTH-KRB4 and Arla configured to work for logging in
I've got everything wrapped up in RedHat 5.2 compatible RPM files.
The unfortunate part? I don't have any of this up on the web. (I know, sorry- I'm putting the finishing touches on the PAM module)
Check:
http://www-personal.engin.umich.edu/~wingc
next week and I'll try and put some info up. Thanks!
Kereberos & Linux (Score:1)
Known problem, upgrade your util-linux (Score:1)
What about K5? (Score:1)
What about K5? (Score:1)
What about K5? (Score:1)
I'm not sure if I ever really got it right though; - I've never really done a full kerb install on the machine - all I wanted was something that authenticated.
Anyway, the guy who originally wrote it is
Naomaru Itoi - I haven't had time to send him my changes yet, so if you have problems building it send me some mail...
-Erik (props to Gus as well - I got this working here after he did, so he was able to help me out as well)
xdm (Score:1)
Debian xdm does this. the entry is created in /etc/X11/xdm/Xstartup and removed in /etc/X11/xdm/Xreset. It uses sessreg
PAM-aware TACACS? (Score:1)
PAM & Kerberos V (Score:1)
I put together a set of packages which deal with PAM and Kerberos V as well as several other useful things. Most of these packages can be downloaded by anyone, however Kerberos itself and ssh are export restricted, so you might be denied access. Sorry. Also, util-linux will need to be upgraded to a more recent version than Red Hat ships currently to actually work with these modules. The SSH on this page also has a lot of minor improvements for dealing with Kerberos and AFS.
Light Brigade [mit.edu]
Select the "New Athena" link.
KTH-KRB rules... (Score:1)
http://www.pdc.kth.se/kth-krb/
thanks to nice fellows (mainly assar & joda) at PDC, KTH (Kungliga Tekniska Högskolan ~ Royal Institute of Technology), Stockholm, Sweden. It's said to be less buggy than the original dist. Includes information on PAM modules.
And thanks to another nice fellow (thn) there is a kerberosised telnet and ftp available for Windows *, if you happens to be using that OS.It is available at :
http://www.stacken.kth.se/~thn/ktelnet/
"Enjoy, and I will see you soon"
/Stefan
KTH-KRB rules... (Score:1)
FWIW, if you want a really *good* telnet client that happens to do Kerberos IV as well, look at Niftytelnet. You should be able to get it somewhere off of http://andrew2.andrew.cmu.edu . It also has the best terminal emulation of any non-Unix telnet client that I've seen.
PAM-aware TACACS? (Score:1)