Results 1 to 6 of 6

Thread: How to join ubuntu client to domain

  1. #1
    Join Date
    Mar 2010
    Posts
    66

    How to join ubuntu client to domain

    Hi,
    I am running with an Ubuntu server with the samba domain controller within a small network of nera about 8 Windows XP machines without any problem. Now I need to join an ubuntu client to the domain but I'm unaware to how to so this and what configuration is needed.

    I'm considering, how Windows has the splash screen at startup where you enter you're username and password but i am guessing linux doesn't have one one of these or does it? How can i log in to the domain?

    Thanks.

  2. #2
    Join Date
    Jan 2006
    Posts
    3,792

    How to join ubuntu client to domain

    I am not sure if there is any graphical method to perform this, but it's not too incapable from the command line. You require to make changes in your /etc/samba/smb.conf file and configure the above suggested:

    Code:
    workgroup = YOURDOMAINNAME
       security = domain
    Just enter the required parameter and configuration that it requires and you would be able to achieve what you need.

  3. #3
    Join Date
    May 2008
    Posts
    2,945

    How to join ubuntu client to domain

    Hello buddy,

    You are going for the connection of ubuntu client and that should be happened with the domain.There are some command in the linux that helps you perform the networking activities to do it.

    Take a look on the following command and execute this with proper preparation of network connection :

    Code:
    net join -W YOURDOMAINNAME -U administrator
    It will prompt you for the password of administrator, If networking is set up correctly, your computer is now joined to the domain!

  4. #4
    Join Date
    Mar 2010
    Posts
    66

    How to join ubuntu client to domain

    Thanks for your suggestion and helps but I am getting such type of error during the execution of suggested command and configuration. And I think,the network is not setup correctly, and getting such message:

    Maggi@station1~$ sudo net join -W CYSOL -U frc
    [sudo] password for Maggi:
    Connection failed: NT_STATUS_LOGON_FAILURE
    Password:
    Could not connect to server SRV-01
    The username or password was not correct.
    Connection failed: NT_STATUS_LOGON_FAILURE


    Now,what should be in this situation.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,424

    How to join ubuntu client to domain

    I think,You might also require to indicate the primary domain controller with the "-S" option. The user should be an administrator of the system that is capable to associate the machines with the domain. You added the "frc" within the option which is not work. You should try this one,more helpful for you :

    Code:
    sudo net join -W CYSOL -S YOURPDC -U administrator
    NOTE : Setup your network connection properly and enter the command as a administrator of the system.

  6. #6
    Join Date
    May 2008
    Posts
    3,516

    How to join ubuntu client to domain

    If you didn't use it earlier than you need to undestand it peroperly and then use the command into the terminal.

    sudo net join -W Magginum -U administrator

    Is your Windows domain actually as the magginum.com? It's usually single words like "maggimum" or what.If you are on the windows computer and logged in, you will have user, password and domain fields. In the domain section, does it easy issue "Magginum"? If it is then change your statement with appropriate domain as "Magginum" and configure the appropriate parameter in the /etc/samba/smb.conf file.

    Code:
    workgroup = Magginum
    security = domain

Similar Threads

  1. Replies: 1
    Last Post: 18-08-2008, 10:17 PM
  2. trying to join a client to a domain
    By mattig89ch in forum Networking & Security
    Replies: 4
    Last Post: 02-05-2008, 09:34 PM
  3. Replies: 4
    Last Post: 10-02-2007, 02:41 AM
  4. Unable to join client to domain
    By Victor Kam in forum Small Business Server
    Replies: 1
    Last Post: 08-01-2007, 07:47 PM
  5. Delegate domain user permission to join domain
    By BlackSunReyes in forum Active Directory
    Replies: 3
    Last Post: 25-04-2005, 01:03 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,513,435.71094 seconds with 16 queries