On Friday 28 December 2007 14:45:16 James Knott wrote: > I'm well aware of mounting a common /home via NFS, but was curious about > what would happen with NIS, if someone logged in, without a /home > directory.
Depends on your pam settings. By default the user will be logged in and put in /, but you can use modules like pam_succeed_if, or pam_homecheck, to make the login fail if the home directory doesn't exist. Those aren't enabled by default though And as mentioned, pam_mkhomedir can be used to create one dynamically Anders -- Madness takes its toll -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
