View previous topic :: View next topic |
Author |
Message |
Maxwells Silver Hammer n00b
Joined: 20 Jun 2004 Posts: 69
|
Posted: Wed Sep 15, 2004 1:53 pm Post subject: Logging on to an NT Domain |
|
|
Hey fellas,
I've looked around in the forum for a way to log on to an NT Domain with my Gentoo box. I wanna use DHCP. If I just set eth0 to DHCP in /etc/conf.d/net then I get an IP address but i can't connect to anything.
Can anyone help me?
Thanks lots! |
|
Back to top |
|
|
nobspangle Veteran
Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Wed Sep 15, 2004 1:55 pm Post subject: |
|
|
you need to install samba and set up winbind. |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Wed Sep 15, 2004 1:59 pm Post subject: Re: Logging on to an NT Domain |
|
|
Maxwells Silver Hammer wrote: | I've looked around in the forum for a way to log on to an NT Domain with my Gentoo box. |
That is not possible - Unix does not support Windows NT style authentication for its users.
Maxwells Silver Hammer wrote: | I wanna use DHCP. |
I wanna lotsa things.
Maxwells Silver Hammer wrote: | If I just set eth0 to DHCP in /etc/conf.d/net then I get an IP address but i can't connect to anything. |
What do you think you mean by "connect to anything"?
The only thing you can actually access from a Unix system is the file shares on the NT domain.
Install and configure winbind to authenticate for file shares against an NT SAM.
Mount NT shares with smbclient, smbfs or otherwise. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
Mit Apprentice
Joined: 13 Apr 2003 Posts: 260 Location: Under a rock.
|
Posted: Wed Sep 15, 2004 4:36 pm Post subject: |
|
|
You can set up winbind and pam in such a way that you can use it to control the login for all services on the box including fileshares, machine login etc. The better option would be using LDAP but that'd require Win2k Server and not NT4.
Yes, DHCP will work straight off, emerge samba and then read the documentation at http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/ on how to join the machine to the domain and configure winbind and pam. |
|
Back to top |
|
|
flickerfly l33t
Joined: 08 Nov 2002 Posts: 677 Location: Lanham, MD
|
|
Back to top |
|
|
|