LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   pam_usb + gnome-screensaver (https://www.linuxquestions.org/questions/linux-security-4/pam_usb-gnome-screensaver-545009/)

SgtPepperKSU 04-10-2007 10:30 PM

pam + gnome-screensaver
 
I have pam_usb installed to authenticate via my usb key, and it seems to work for all things except for gnome-screensaver when it locks the screen (same thing when I switch users). It just asks for a password like normal.

Here is my /etc/pam.d/gnome-screensaver:
Code:

@include common-auth
Here is my /etc/pam.d/common-auth:
Code:

@include usbhotplug
auth required pam_unix.so nullok_secure

And, finally, my /etc/pam.d/usbhotplug:
Code:

auth sufficient /lib/security/pam_usb.so !check_device debug allow_remote log_file=/var/log/pam_usb.log fs=vfat
Any ideas?

SgtPepperKSU 04-11-2007 10:09 AM

One more thing. I had to manually create /etc/pam.d/gnome-screensaver, so maybe my gnome-screensaver isn't a PAM capable build? How could I check.

If it helps, I'm running Ubuntu Feisty.

SgtPepperKSU 04-13-2007 02:56 PM

Has anybody gotten any PAM modules to work with gnome-screensaver?

SgtPepperKSU 04-17-2007 03:34 PM

*bump* :scratch:

(man, I hate doing that, and it won't happen again)


All times are GMT -5. The time now is 06:01 PM.