LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   windows domain (https://www.linuxquestions.org/questions/linux-newbie-8/windows-domain-675617/)

jay159 10-11-2008 12:22 AM

windows domain
 
i need to put my linux machine on windows domain can anyone help me out what a domain is exactly and how will i know that my machine is on domain and how to put it on domain in details

JSkywalker 10-11-2008 01:41 AM

Quote:

Originally Posted by jay159 (Post 3306660)
i need to put my linux machine on windows domain can anyone help me out what a domain is exactly and how will i know that my machine is on domain and how to put it on domain in details

Did you try: http://tinyurl.com/3u3bwm :study: :study:

paulsm4 10-11-2008 01:49 AM

Per Wikipedia:
Quote:

A Windows Server domain is a logical group of computers running versions of the Microsoft Windows operating system that share a central directory database.
http://en.wikipedia.org/wiki/Windows_Server_domain

For your purposes, the "domain" you need to integrate Linux into is "Active Directory":
http://en.wikipedia.org/wiki/Active_directory

Here is a good "howto" for one flavor of Linux:
http://gentoo-wiki.com/HOWTO_Active_Directory

Depending on your exact requirements, things could actually be much, much simpler. You might not need to actually "join the domain" at all. You might be quite happy just doing this:

1. Configure Linux for a dynamic IP (use DHCP, instead of a static IP address)
<= This insures your Linux address is fully compatible with your LAN

2. Make sure you have Samba installed and running
<= This insures you can share disks and printers with Windows

3. Simply plug your Linux PC in to the LAN and turn it on
<= Linux will get its IP from the Active Directory server, will automagically register its hostname in DNS (so that other hosts can find it), and will automagically use Active Directory's DNS (so that it can find all the other hosts on the LAN.

In other words, you might not need to do *anything* special for things to work!


All times are GMT -5. The time now is 12:41 PM.