Richard June wrote:

> I was under the impression that NT would log onto a samba machine simply
> by configuring samba like this
>
>    domain master = yes
>    domain groups = VLM
>    local master = yes
>    preferred master = yes
>    os level = 65
> ;   wins support = no
> ; Scott changed 10-20-97
> ; Scott changed to yes 3-10-99 for dialup networking logins
>    wins support = yes
>
>    domain logons = yes
>    logon script = SYSTEM.BAT
>
> and then telling the NT machines to log onto the domain VLM, is this not
> correct?
> -
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to [EMAIL PROTECTED]

i assuming that you did the above but the NT machine can't join the VLM
domain.
probably the reason is the following:

you need to create a passwd entry in smbpasswd file for each NT machine
that logs on to the domain VLM
use smbpasswd -a -m machine_name$
where machine_name is the netbios name for  NT and you have to append a "$"
to the name
note that if you remove the said NT machine from the domain and then you
try to rejoin it you
need to remove the entry machine_name$ from the smbpasswd file and then
recreate the machine account


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to