PDA

View Full Version : Need help in Adding ubuntu to windows domain


urbanlogo
03-15-2010, 09:29 AM
Hi,
I've been trying to add a Ubuntu 9.10 (karmic koala) system to a windows server 2003 domain..i tried using likewise open but came up with some problems in installing (it tries to contact the source for a long time & a network timeout error occurred:(:()..i tried editing samba but wasn't successful either..is there anybody who has done this..help is greatly appreciated.:):)

Thanx in Advance

urbanlogo
03-15-2010, 09:45 AM
Anybody??????

urbanlogo
03-15-2010, 10:17 AM
Kavuruth naddooo???

himals
03-15-2010, 10:19 AM
Did you try this ?

http://www.ubuntugeek.com/how-to-add-ubuntu-804-to-win-server-2003-active-directory-domain.html

If yes verify your DNS Server Configuration with a windows pc

thanks

mensoft2003
03-15-2010, 02:58 PM
just do a update and install active directory membership from sw instaler.

and just add the pc.

i have install and using successfully.

==================================================

So here goes…

sudo apt-get update
sudo apt-get install likewise-open
sudo domainjoin-cli join fqdn.of.your.domain Administrator
sudo update-rc.d likewise-open defaults
sudo /etc/init.d/likewise-open start

Using the above commands you have installed ‘likewise-open’ which is the package that makes it possible for the Ubuntu client/server to logon to a Windows domain, added the client/server to the windows domain, updated the system services and then started the service.

Now that the LikeWise package has been installed you can now logoff (although I recommend full system reboot) and logon in this format:

DOMAIN\username

You need to ensure that you prefix the username with the Domain name.

urbanlogo
03-16-2010, 08:56 AM
just do a update and install active directory membership from sw instaler.

and just add the pc.

i have install and using successfully.

==================================================

So here goes…

sudo apt-get update
sudo apt-get install likewise-open
sudo domainjoin-cli join fqdn.of.your.domain Administrator
sudo update-rc.d likewise-open defaults
sudo /etc/init.d/likewise-open start

Using the above commands you have installed ‘likewise-open’ which is the package that makes it possible for the Ubuntu client/server to logon to a Windows domain, added the client/server to the windows domain, updated the system services and then started the service.

Now that the LikeWise package has been installed you can now logoff (although I recommend full system reboot) and logon in this format:

DOMAIN\username

You need to ensure that you prefix the username with the Domain name.

Tried this brother...the package is installed but when i try to join the domain it says "Failed to lookup the domain controller for given domain"...
can access sever shares though ...

kosandpol
03-16-2010, 09:00 AM
this might help :
https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto

Also how is the AD domain named ? and does the ubuntu machine resolve the DC server name ?

mensoft2003
03-16-2010, 09:40 AM
ya just do a nslookup and see can your ubuntu box can resoleve DC IP by the name .

most of the time somthin abut DNS Server.
how you access share by IP or by NAME ?