Processed: Re: Bug#242641: kdm does not obey pam_limits

2004-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > package kdm Ignoring bugs not assigned to: kdm > forwarded 242641 http:/bugs.kde.org/show_bug.cgi?id=80032 Bug#242641: kdm does not obey pam_limits Noted your statement that Bug has been forwarded to http:/bugs.kde.org/show_bug.cgi?id=80032.

Bug#242641: kdm does not obey pam_limits

2004-04-20 Thread Dominique Devriese
package kdm forwarded 242641 http:/bugs.kde.org/show_bug.cgi?id=80032 tags 242641 +upstream thanks Xavier Hienne writes: > Actually, Kees is right, this a kdm issue. I checked > kdebase-3.2.1/kdm/backend/client.c and, at line 1142, there are two > function calls whose return value is not used :

Bug#242641: kdm does not obey pam_limits

2004-04-20 Thread Xavier Hienne
Actually, Kees is right, this a kdm issue. I checked kdebase-3.2.1/kdm/backend/client.c and, at line 1142, there are two function calls whose return value is not used : pam_set_item (pamh, PAM_CONV, &pconv); /* XXX this can fail */ pam_open_session (pamh, 0); /* XXX this can fail, to

Bug#242641: kdm does not obey pam_limits

2004-04-14 Thread Kees van Vloten
Chris, Pam really restricts login with these settings, that means I cannot open 2 console sessions and I cannot open one samba session + one console session. But KDM does seem to respond to the code returned by pam. I am not a PAM expert but I believe that pam returns a session failure code and

Bug#242641: kdm does not obey pam_limits

2004-04-07 Thread Chris Cheney
On Wed, Apr 07, 2004 at 11:30:16PM +0200, Kees van Vloten wrote: > Package: kdm > Version: 4:3.1.5-2 > Severity: normal > > KDM allows multiple logins although pam_limits is listed in > /etc/pam.d/kdm: > @include common-auth > @include common-account > @include common-password > @include common-se

Bug#242641: kdm does not obey pam_limits

2004-04-07 Thread Kees van Vloten
Package: kdm Version: 4:3.1.5-2 Severity: normal KDM allows multiple logins although pam_limits is listed in /etc/pam.d/kdm: @include common-auth @include common-account @include common-password @include common-session auth required pam_nologin.so auth required pam_env.so sess