| Summary: | adding smartcard function to kde | ||
|---|---|---|---|
| Product: | [Unmaintained] kscreensaver | Reporter: | diomedes |
| Component: | kcheckpass | Assignee: | Christian Esken <esken> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Solaris | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
diomedes
2002-07-24 11:41:13 UTC
kcheckpass/kdesktop_lock (and kdm) should now theoretically support smartcard auth PAM modules, even though it won't work too well with most existing modules (classic PAM does not specify PAM_BINARY_PROMPT, what has some ugly effects on GUI apps). the second part is obviously unrelated to _un_locking the screen. i think you want a separate application that watches the smartcard reader and issues a kdesktop::KScreensaverIface::lock() DCOP call when the card is removed. this cannot be implemented using PAM, so don't even ask. |