Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Jeff C on January 10, 2002, 12:09:34 AM

Title: Samba/Win2K netlogon.bat
Post by: Jeff C on January 10, 2002, 12:09:34 AM
I have successfully had my Win2K SP2 machine join an SME 5.1b3 Samba domain, but it will not map a home directory as a drive upon logon.

When I run \servername\netlogon\netlogon.bat I get the response:  "The user's home directory has not been specified."

The command line is:  net use h: /home /yes

Any ideas?

-jeff
Title: Re: Samba/Win2K netlogon.bat
Post by: BK on January 10, 2002, 04:29:53 AM
Jeff,

Why dun you try : net use h: /home

it works for my W2K with sp1 and i am using SME V5
Title: Re: Samba/Win2K netlogon.bat
Post by: Duane Rinehart on January 11, 2002, 08:21:07 PM
I had a similar problem w/ SME 5.1b3.  I had to enable roaming profiles in the server manager for home directory mappings.
Title: Re: Samba/Win2K netlogon.bat
Post by: Steve Lewis on January 30, 2002, 09:40:23 PM
I too had to enable roaming profiles support in the Workgroup settings of the SME 5.1.2 web manager to enable the home folder mapping via logon script.

However, I have an extra home folder mapping, 'z:', along with the 'h:' folder. My netlogon.bat does not specify this net use z: command and I have done a net use z: /delete and rebooted only to have it reappear.

Very odd.
Title: Re: Samba/Win2K netlogon.bat
Post by: Laurent on January 30, 2002, 11:21:47 PM
You ned to use "logon drive = (letter)" on the smb.conf.

Use templates-custom to modify

   "z:" = default logon drive from samba

Laurent