Find the answer to your Linux question:
Results 1 to 2 of 2
Hey there forum, I just got done building the new ActiveDirectory2003 at work and was getting all excited about having my Debian system authenticate against it instead of the old, ...
  1. #1
    Just Joined! adamdaughterson's Avatar
    Join Date
    Mar 2003
    Location
    Denver, Colorado, USA
    Posts
    78

    winbind/krb5 still return old domain info, segfault upon net ads join

    Hey there forum,
    I just got done building the new ActiveDirectory2003 at work and was getting all excited about having my Debian system authenticate against it instead of the old, kinda broken (what about M$ isn't kinda broken from the get-go?) and so I started by changing everything in /etc/krb5.conf to suit the new domain (realm, kdc, etc), then went into /etc/samba/smb.conf to make the necessary changes there as well.
    Now, I shold mention that I forgot to do a
    Code:
    net ads leave -U administrator
    prior to the next thing, so that may or may not have been the issue. Nevertheless, when I tried to join the new domain:
    Code:
    net ads join -U administrator
    I get "Using short domain name -- FOO" and on the next line "Segmentation fault".
    I've joined numerous Debian systems to numerous ActiveDirectory installations without ever seeing this. Has anyone here seen this before?
    Any help is greatly appreciated,
    Adam

  2. #2
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    never seen that either. maybe there is some old samba junk hanging out somewhere.

    you could try stopping smb services and then
    Code:
    dpkg-reconfigure samba
    and then try your net ads join

    or just uninstall it all together and reinstall.

Posting Permissions

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