It didn't work under xdm until I modified /etc/pam.d/xdm to include limits:
#%PAM-1.0 auth required pam_unix.so nullok #set_secrpc account required pam_unix.so password required pam_unix.so #strict=false session required pam_unix.so debug # trace or none # inserted the following line to invoke pam limits session required pam_limits.so session required pam_devperm.so ---------------------------------------------------------------- John Karns [EMAIL PROTECTED] On Sun, 2 Feb 2003, Cliff Barnes said: > Hi John, > > I've also tried pam_limits, but I didn't get it to work. It works only if I > set it to two logins not to one?! Hmm, that's odd. > Perhaps I have to talk to my users again... > > Ciao > Cliff > > ----- Original Message ----- > From: "John Karns" <[EMAIL PROTECTED]> > To: "Anselm Martin Hoffmeister" <[EMAIL PROTECTED]> > Cc: "Cliff Barnes" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Sunday, February 02, 2003 5:37 AM > Subject: Re: [Ltsp-discuss] if one user logs in twice, KDE will not work > without error > > > However, it seems to trigger only after the user has logged in, rather > than preventing the login. So if a 2nd login happens under a given login > id, PAM kicks in and logs the user out. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
