Link to home
Start Free TrialLog in
Avatar of sipher7024
sipher7024Flag for United States of America

asked on

Trying to join linux webserver with samba to active directory domain

Overall I'm trying to figure-out how to allow active directory users access file shares on a linux box (that has samba installed). Our AD is called ad.xxx.edu. I use this command to try to join the box (followed by the error I rec'):

net join -w ad.xxx.edu -S 128.255.255.49 -U frank
frank's password:
realm must be set in in smb.conf for ADS join to succeed.
ADS join did not work, falling back to RPC...
[2006/06/01 21:32:14, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
  cli_nt_setup_creds: request challenge failed
[2006/06/01 21:32:14, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
  cli_nt_setup_creds: request challenge failed
[2006/06/01 21:32:14, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(319)
  Error domain join verification (reused connection): NT_STATUS_INVALID_COMPUTER_NAME

Unable to join domain AD.


Suggestions? I've gotten pretty familiar with the krb5.conf and smb.conf files. Thanks!
ASKER CERTIFIED SOLUTION
Avatar of grsteed
grsteed

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sipher7024

ASKER

Thanks Gary. That resource was VERY helpful. I'm not sure why I couldn't find it earlier.

I already had defined the realm, it was actually an issue with kerberos not working correctly.