Bug 1223580 - gdm-smartcard looks for pam_pkcs11 but doesnt require it?
Summary: gdm-smartcard looks for pam_pkcs11 but doesnt require it?
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: GNOME (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-30 10:52 UTC by Marcus Rückert
Modified: 2024-04-30 10:52 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Rückert 2024-04-30 10:52:48 UTC
```
gdm-smartcard][3025]: PAM unable to dlopen(/usr/lib64/security/pam_pkcs11.so): /usr/lib64/security/pam_pkcs11.so: cannot open shared object file: No such file or directory
gdm-smartcard][3025]: PAM adding faulty module: /usr/lib64/security/pam_pkcs11.so
```

if the file isnt actually required, the output could be made more user friendly:


```
gdm-smartcard][3025]: pam_pkcs11 module missing. Disabling associated functionality.
```