I need to use pam_mount to mount user home directories individually at the time that each user logs in. I cant locate a package for this, at least for Centos 6. I would not have a problem building from source if this was a source based distro but because its not I would need to install gcc and all the dependences, seems like overkill.
|
feedback
|
|
I would expect a RHEL6/CentOS6 pam_mount package via EPEL soon. Until then, you can cherry pick pam_mount and libHX from Fedora 12, as RHEL6 was largely based off of it. Just grab the packages manually and do a I went ahead and did this on one of my RHEL6 boxes, as I'm using pam_mount in a few places:
I went ahead and configured it, and it works perfectly. Since CentOS aims for 100% binary compatibility with RHEL, it should work fine on your CentOS6 box too. | |||||||||||
feedback
|
|
The support matrix says: It does not work right now. http://pam-mount.sourceforge.net/distro-support.php It seems that you have to wait for a working release. Even installing the compiler toolchain will not help in this case. | |||
feedback
|