Bug 51863 - kdm does not yet support pam double password
Summary: kdm does not yet support pam double password
Status: RESOLVED DUPLICATE of bug 47971
Alias: None
Product: kdm
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdm bugs tracker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-13 18:37 UTC by Stanislav Brabec
Modified: 2008-05-19 17:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Brabec 2002-12-13 18:37:19 UTC
Version:            (using KDE KDE 3.0.4)
Installed from:    SuSE RPMs
OS:          Linux

Logging with pam configuration requiring two different passwords (e. g. system login + OpenAFS token password) fails. KDM asks only for first password and authentization fails.

Lower mentioned example is not correct, because it disables root login, but for demonstration it is OK:

#%PAM-1.0
auth     required     pam_afs.so      setenv_password_expires ignore_root
auth requisite  pam_unix2.so    nullok     #set_secrpc
auth required   pam_securetty.so
auth required   pam_nologin.so
#auth    required       pam_homecheck.so
auth required   pam_env.so
auth required   pam_mail.so
account required        pam_unix2.so
password required       pam_pwcheck.so  nullok
password required       pam_unix2.so    nullok use_first_pass use_authtok
session required        pam_unix2.so    none     # debug or trace
session required        pam_limits.so
Comment 1 Oswald Buddenhagen 2002-12-28 03:13:13 UTC
 

*** This bug has been marked as a duplicate of 47971 ***