Hello try this as well...

On the Linux server
Stop SMB NMB ( service smb stop )
Type the command line below
smbpasswd -j(NT DOMAIN) -r SERVER (NETBIOS NAME OF NT pdc)
-Uadministrator%(password of the administrator)
It should say that it joined the NT Domain ( Name )
Restart smb nmb, ( service smb start )

The config files looks good... 

Clark



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Benjamin J. Weiss
Sent: Monday, August 11, 2003 10:23 AM
To: [EMAIL PROTECTED]
Subject: Re: RH9 and NT4 PDCs


----- Original Message -----
From: "Max Hobbs" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 10, 2003 7:48 PM
Subject: RH9 and NT4 PDCs


> Was wondering if anyone could help me out here....
> I've been trying for the last couple of days to get a RH9 install to 
> authenticate to an NT4 Domain. Basically I've got Samba setup, the
linux
> box is part of the domain as a member server. I just for the life of
me
> can't logon to the box using a domain user account.
> I've been doing quite a bit of reading as to how it could be done,
though
> nothing seems to be working.
> If anyone could help me out here, maybe take the time to write out
some
> steps as to how it may be done (from a fresh install) it would be
greatly
> appreciated.

I don't have instructions from a fresh install, and it was a long time ago
that I set this up on a RH 8.0 box, but here's the relevent entries in the
/etc/samba/smb.conf, as far as I can remember:

workgroup = <Your domain name>
netbios name = <the name that this linux box will have on your domain> hosts
allow = <your ip set.  ex: 192.168.> security = DOMAIN password server =
<your PDC or local BDC> encrypt passwords = yes unix password sync = yes
#not sure if this one is needed. local master = no domain controller = <your
PDC or local BDC> winbind uid = 10000-20000 winbind gid = 10000-20000
template homedir = /home/%U winbind separator = + wins server = <ip of your
WINS server> dns proxy = no

And, I had under share definitions:

[homes]
   comment = Home Directories
   browseable = no
   writable = yes

[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
# Set public = yes to allow user 'guest account' to print
   guest ok = no
   writable = no
   printable = yes

[mis]
        comment = test for MIS
        path = /var/shares/mis
        public = yes
        writable = yes
        browseable = yes


It worked just fine for us.

Ben


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to