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 - kdm-kde3 wrong pam profile
Summary: kdm-kde3 wrong pam profile
Status: RESOLVED INVALID
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.10
Hardware: i386 Kubuntu Jaunty
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2009-04-30 14:57 CDT by a1bert
Modified: 2012-10-19 15:35 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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