Author Login
Post Reply
Hi guys,
I have seen some work on pam these days, I just wanted to spot that
pam-mount is no longer working, well, at least in the way I managed to
make it works before :)
I used to have a login in /etc/pam.d like that:
#%PAM-1.0
auth [user_unknown=ignore success=ok ignore=ignore default=bad]
pam_securetty.so
auth optional pam_mount.so <--------------------------
auth include system-auth
account required pam_nologin.so
account include system-auth
password include system-auth
session optional pam_keyinit.so force revoke
session include system-auth
session required pam_loginuid.so
session optional pam_console.so
session optional pam_ck_connector.so
session optional pam_mount.so <------------------------------
also in kde3. Now, these lines just prevent any login; so if you have
any idea to fix that, that would be cool.
Cheer,
Chris.