Find the answer to your Linux question:
Results 1 to 7 of 7
I put a Lucid 10.04 box on a Windows AD network. I want it to join the domain. I used likewise-open5_5.0.3991.1-0ubuntu2_i386 I ran 1. sudo apt-get update 2. sudo apt-get ...
  1. #1
    Just Joined!
    Join Date
    May 2010
    Posts
    16

    Unable to Join AD Domain

    I put a Lucid 10.04 box on a Windows AD network. I want it to join the domain. I used likewise-open5_5.0.3991.1-0ubuntu2_i386

    I ran

    1. sudo apt-get update
    2. sudo apt-get install likewise-open
    3. sudo domainjoin-cli join fqdn of your domain Administrator

    4. sudo update-rc.d likewise-open defaults
    5. sudo /etc/init.d/likewise-open start



    After step 3, I get

    Joining to AD Domain: mydomain dot local

    With Computer DNS Name: ubuntu dot mydomain dot local

    Administrator(at)MYDOMAIN dot LOCAL's password: [I entered it]

    Error: Lsass Error [code 0x00080047]
    40286 (0x9D5E) LW_ERROR_LDAP_SERVER_DOWN - Unknown error


    Im just a Windows schlep new to Linux. I dont even know where to find things like /etc/nsswitch.conf--winbind, let alone how to edit them.

    Sorry this post is so mangled. "You are only allowed to post URLs to other sites after you have made 15 posts or more" It took me an hour to get this to post. I attached a text file without all the spaces and 'dots'.

    Thank you
    Attached Files Attached Files

  2. #2
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    according to this: https://bugs.launchpad.net/ubuntu/+s...en/+bug/561878

    might be your problem. try changing those settings inside /etc/nsswitch.conf, not sure what your setup is but you will need to use some kind of text editor (e.g. vim) or something along those lines to open the file and edit it.
    linux user # 503963

  3. #3
    Just Joined!
    Join Date
    May 2010
    Posts
    16
    Quote Originally Posted by scathefire View Post
    according to this: [I cant post URLs]

    might be your problem. try changing those settings inside /etc/nsswitch.conf, not sure what your setup is but you will need to use some kind of text editor (e.g. vim) or something along those lines to open the file and edit it.
    Thank you scathefire, but I have no idea what to do with it

  4. #4
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    you modify the line inside of that file. are you using KDE or gnome?
    linux user # 503963

  5. #5
    Just Joined!
    Join Date
    May 2010
    Posts
    16
    Quote Originally Posted by scathefire View Post
    you modify the line inside of that file. are you using KDE or gnome?
    It is gnome

  6. #6
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    then i would imagine you'd want to do something like

    Code:
    gedit /etc/nsswitch.conf
    or maybe
    Code:
    sudo gedit /etc/nsswitch.conf
    Either way you'll have to have superuser level permissions in order to edit the file, and I think gedit is the default text editor in GNOME (i'm a KDE user). There you can modify the file and make the changes.
    linux user # 503963

  7. #7
    Just Joined!
    Join Date
    May 2010
    Posts
    16
    Im thinking it could be a DNS problem but /etc/resolv.conf does have the correct DNS info. I started to install winbind as per the help ubuntu com community/ActiveDirectoryWinbindHowto but I guess winbind cannot be used with likewise-open. So now I need to know if windind needs to be "uninstalled" and how to do it. Apparently, I know just enough to be dangerous.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...