I haven't used LDAP with samba yet but this might help with having users
directories automatically created on first connection....  just for some
ideas...
In my pam.d/system-auth file I have added:
auth sufficient pam_winbind.so use_first_pass
auth sufficient pam_smb_auth.so use_first_pass
session required pam_mkhomedir.so skel=/etc/skel/ umask=0077
in my smb.conf
security = DOMAIN
add user script = /usr/sbin/adduser -d /home/%D/%U %u
> -----Original Message-----
> From: Rapha?l Berghmans [mailto:rberghmans@arafox.com]
> Sent: Thursday, May 08, 2003 10:47 AM
> To: samba@lists.samba.org
> Subject: [Samba] Roaming profiles migration
> 
> 
> Hi,
> 
> I've to migrate transparently a NT4 PDC to a SAMBA-LDAP-PDC with 1000
> users. Each user has a roaming profile on the NT server. 
> 
> Of course, I want to migrate all the roaming profiles automaticaly on
> the Samba server without any intervention on clients ! How 
> can do that ?
> How to preserve the ownership of each profile ?
> 
> Thank you,
> 
> -- 
> Rapha?l Berghmans <rberghmans@arafox.com>
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>