Aug 29, 2007 #1 reneford Programmer Dec 16, 2004 149 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 Apr 26, 2001 964 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 Jan 14, 2003 14 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?