Help:adding Linux host to NT network

Armand Welsh armand at welshhome.org
Tue Dec 26 21:58:54 GMT 2000


*This message was transferred with a trial version of CommuniGate(tm) Pro*
Assuming your domain is ntdom, and the wins server is 192.168.1.1

in /etc/smb.conf
netbios name = SAMBA_SRV
workgroup = ntdom
security = domain
#
# use any Domain Controller on the 'ntdom' domain as the password server.
password server = *
#
encrypt passwords = yes
wins server = 192.168.1.1
wins support = no
wins proxy = no


After you have done this, you need to add the machine 'SAMBA_SRV' into the
domain, using server manager for domains, as an NT server (not a domain
controller), and then from the samba machine, enter

IIRC:
start the netbios daemon
$ nmbd -D

join the domain
$ smbpasswd -j ntdom -r nt_pdc
(where nt_pdc is the name of your NT pdc. )

now start samba
$ smbd -D

I beleive this should be it, but you need to make sure you finish
configuring the rest of the samba services....
----- Original Message -----
From: "Danila Panero" <danilapanero at hotmail.com>
To: <samba-ntdom at lists.samba.org>
Sent: Friday, December 22, 2000 2:30 AM
Subject: Help:adding Linux host to NT network


> *This message was transferred with a trial version of CommuniGate(tm) Pro*
> Hello!!
>
> I have a Linux host (Red Hat 6.2) whith samba 2.07.3.
> I like to added my host in a NT network. What I must do?
> I'm not an expert of linux. Which are the steps in order to shape
correctly
> samba?
> You can send me an example of smb.conf, please?
>
> Thank to all for the aid!!!
>
> Danila Panero
> ________________
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
>





More information about the samba-ntdom mailing list