LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   pam_mount only works with text login ? (https://www.linuxquestions.org/questions/linux-software-2/pam_mount-only-works-with-text-login-140375/)

qwijibow 01-30-2004 11:02 AM

pam_mount only works with text login ?
 
Hey guys,
it seems pam_mount (which im using to mount an encrypted home directory)
only works when i login under default runlevel 3.

graphical logins do not case pam_mount to mount the rrequired volumes.

how do i fix this ?

qwijibow 01-31-2004 04:17 PM

SOLVED.

to get pam_mount to work in graphical logings add the lines

auth required pam_mount.so try_first_pass
session required pam_mount.so try_first_pass

to /etc/pam.d/gdm


All times are GMT -5. The time now is 10:32 PM.