On Fri, Oct 26, 2001 at 09:47:11AM -0700, Taylor, ForrestX wrote: > > If you want to symlink to an automounted directory, the only solution > > that comes to mind is... to use the automounter. It should > > be possible > > with a wildcard map (see autofs(5) for examples) that looks something > > like this: > > * :/rhome/& > > I actually already have this setup, but I don't want it in /home (thus the > /rhome). Everyone's password points them to a directory in /home, and I > want to keep it that way. I want to do something like the pam_mkhomedir.so, > but instead of creating the home directory, I want it to create a symlink to > /rhome/user in /home/user. Do I need to write a pam module for this?
The automounter should create symlinks (or perform a "bind" mount) if the target doesn't specify a remote host to mount the directory from. If I understand what you want, you should be able to set up both /home and /rhome using the automounter, and have home directories mounted in /rhome, and symlinks to those directories created in /home. HTH, Nalin _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
