The module isn't a driver module that needs to be loaded with insmod. On one of my gentoo servers I have that (pam) module working but the entry for it is in /etc/pam.d/system-auth instead.
session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0022 On 3/28/07, Tim Hallin <timhallin at gmail.com> wrote: > > All I am trying to do is automatically create domain users home folders on > the samba server. The WinXP box sees their home folder and can't login. But > I can access anything samba share I setup. I have tried everything on the > Linux end create the folders, changing all the rights and ownership stuff. > > I put pam_mkhomedir in the /etc/pam.d/login file - I tried ismod > pam_mkhomedir - it gives me an exit error 1 -invalid module form at > > > On 3/28/07, -ray <ray at ops.selu.edu> wrote: > > > > On Tue, 27 Mar 2007, Tim Hallin wrote: > > > > > I have a Domain Member Server on Active Directory. My users and shares > > are > > > using AD users (w/ Andrew's help) and working great. I have been > > working on > > > my home folders. My user will see only their folder but can't log in. > > The > > > folders are not in Linux file system. > > > Do I need to add them in /home or they supposed to be created. It I > > need to > > > add them what rights and ownership do they need? > > > > Your question is not very clear, but are you trying to automatically > > create a /home dir after users authenticate to AD? If so, look at the > > PAM > > module, pam_mkhomedir. It should do what you need. > > > > ray > > -- > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > Ray DeJean http://www.r-a-y.org > > Systems Engineer Southeastern Louisiana University > > IBM Certified Specialist AIX Administration, AIX Support > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > > > > _______________________________________________ > > General mailing list > > General at brlug.net > > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -------------- next part -------------- An HTML attachment was scrubbed... URL: /pipermail/general_brlug.net/attachments/20070329/0544ce61/attachment.html
