Thread: Issues with encfs, pam, Xauthority & ICEauthority in 12.04
finally found solution encrypted home dir using encfs on nfs , file locking of xauthority & iceauthority in ubuntu 12.04
xauthority:
place following line before "@include common-auth" in /etc/pam.d/kdm, /etc/pam.d/gdm, /etc/pam.d/lighdm files might have (note verified using kdm, should work gdm or lightdm), , allows .xauthority file in home dir
auth requisite pam_encfs.so
iceauthority:
place following line @ bottom of /etc/security/pam_env.conf, regretfully places .iceauthority file on /tmp rather users home dir
iceauthority default=/tmp/.iceauthority-$user
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [SOLVED] Issues with encfs, pam, Xauthority & ICEauthority in 12.04
Ubuntu
Comments
Post a Comment