By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 80

Summary: kdm-kde3 wrong pam profile
Product: TDE Reporter: a1bert
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED INVALID    
Severity: normal CC: bugwatch, darrella
Priority: P5    
Version: 3.5.10   
Hardware: i386   
OS: Kubuntu Jaunty   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description a1bert 2009-04-30 14:57:05 CDT
kdm-kde3 uses /etc/pam.d/kdm instead of /etc/pam.d/kdm-kde3
Comment 1 Timothy Pearson 2009-06-05 15:31:04 CDT
Can you be more specific?  I have looked over the kdm-kde3 code and see no references to /etc/pam.d/kdm instead of /etc/pam.d/kdm-kde3.

For now, I am marking this invalid, as the issue does not seem to actually exist.
Comment 2 a1bert 2009-06-10 01:45:34 CDT
well look at the output of strace of /opt/kde3/bin/kdm (md5sum 65b349c43fbf6c34acc4dabbf2f429e7)
kdm-kde3                                   4:3.5.10-0ubuntu4~intrepid16     


 grep pam strace.out
open("/lib/libpam.so.0", O_RDONLY)      = 3
[pid 12169] open("/etc/pam.d/kdm", O_RDONLY|O_LARGEFILE) = 4
[pid 12169] open("/lib/security/pam_nologin.so", O_RDONLY) = 5
[pid 12169] open("/lib/security/pam_env.so", O_RDONLY) = 5
[pid 12169] open("/etc/pam.d/pam-ssh-auth", O_RDONLY|O_LARGEFILE) = 5
[pid 12169] open("/lib/security/pam_ssh.so", O_RDONLY) = 7
[pid 12169] open("/etc/pam.d/common-auth", O_RDONLY|O_LARGEFILE) = 5
[pid 12169] open("/lib/security/pam_unix.so", O_RDONLY) = 7
[pid 12169] open("/lib/security/pam_deny.so", O_RDONLY) = 7
[pid 12169] open("/lib/security/pam_permit.so", O_RDONLY) = 7
[pid 12169] open("/lib/security/pam_ecryptfs.so", O_RDONLY) = 7
[pid 12169] open("/lib/libpam_misc.so.0", O_RDONLY) = 7
[pid 12169] open("/lib/security/pam_limits.so", O_RDONLY) = 5


I am using pam-ssh for auth, and have to set it in /etc/pam.d/kdm instead of /etc/pam.d/kdm-kde3