"Igor Debacker" <igor@ccj.ufsc.br> writes:> when someone log into a linux box.. with win2k accounts.. > it needs a home dir.. which is not created.. > how can i make it creates by itself ? >There is a pam routine for that... Can't remember the name and os on, but try google ;) Hope it could help Regards Rene
write a script to do it for you. -----Original Message----- From: Igor Debacker [mailto:igor@ccj.ufsc.br] Sent: Tue 28/01/2003 19:07 To: samba@samba.org Cc: Subject: [Samba] auto creating home dirs when someone log into a linux box.. with win2k accounts.. it needs a home dir.. which is not created.. how can i make it creates by itself ? i have more than 1000 users.. i need something better then mkdir :) thanx in advance -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
On Tue, 28 Jan 2003, Igor Debacker wrote:> when someone log into a linux box.. with win2k accounts.. > it needs a home dir.. which is not created.. > how can i make it creates by itself ?If your system is running Solaris or Linux then you could use the PAM modules pam_mkhomedir.so. You will need to locate the source for this module if it is not already on your system. Check the documentation that comes with the source. - John T. -- John H Terpstra Email: jht@samba.org
"Kristyan Osborne" <kris@longhill.brighton-hove.sch.uk> writes:> write a script to do it for you. >Why write a script when pam can do i for you ? well you choice... /Rene
when someone log into a linux box.. with win2k accounts.. it needs a home dir.. which is not created.. how can i make it creates by itself ? i have more than 1000 users.. i need something better then mkdir :) thanx in advance