Leong Tim <[EMAIL PROTECTED]> writes: > I have replaced /bin/login with login.krb5 so that I get a TGT > automatically when I log into a machine. However, this only works when I > telnet or rlogin to a machine. I need to know how to get a TGT > automatically when I login through the graphical consol on an SGI, Linux > or HP.
If you want to obtain Kerberos tickets automatically when logging on via the graphical console, you're going to need to look at PAM modules, since they don't use /bin/login or anything like it. They do use PAM on most platforms, though (although I'm not sure about IRIX and HP-UX in particular). Good luck. We just replaced xdm for a while, which was an unsatisfactory solution, and finally gave up and disabled graphical login everywhere and forced people to always use the console and then start X. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
