19 Apr
2011
19 Apr
'11
3:01 p.m.
Hello, Martin Feilhauer:
Hi all,
investigating some trouble with mounting of external usb-disks recently, I went through /etc/ and stumbled over an entry in the shadow packages default /etc/pam.d/login (last three lines):
session optional pam_lastlog.so session optional pam_loginuid.so -session optional pam_ck_connector.so nox11
Removing the leading hyphen on the last line I got rid of trouble with usb-disks, but I'm not sure... was this intentional - like commented out, or is there a typo in the packages defaults?
The hyphen does not make the line a comment, that's what # does (see pam.d(5)). -- Wieland