Aug 29, 2007 #1 reneford Programmer Joined Dec 16, 2004 Messages 149 Location CA HI, Is there a way to automate the creation of a home directory when a user is log in with ldap for the first time on a server? Something like linux, not like automount, or nfs ... Any help will be appreciate. I hope I was clear on my demand.
HI, Is there a way to automate the creation of a home directory when a user is log in with ldap for the first time on a server? Something like linux, not like automount, or nfs ... Any help will be appreciate. I hope I was clear on my demand.
Sep 20, 2007 #2 bjverzal MIS Joined Apr 26, 2001 Messages 964 Location US In /etc/profile, you can script it to say if [ ! -d {Home directory} ] create it else don't fi BV Upvote 0 Downvote
Feb 28, 2008 #3 kjsys1 MIS Joined Jan 14, 2003 Messages 14 Location US Has anyone know of any mkhomedir module (to create a home directory once a new LDAP user is created) that could be compiled for AIX? Upvote 0 Downvote
Has anyone know of any mkhomedir module (to create a home directory once a new LDAP user is created) that could be compiled for AIX?