I'm attempting to join a Ubuntu 12.04 server to Active Directory. I installed samba
, and kb5-user
, created a machine account in AD, and did:
> net ads testjoin
Join is OK
So far so good. Then I hit a problem:
> sudo net join -U myuser
Failed to join domain: failed to set machine spn: Constraint violation
I do not have access to modify anything on the Active Directory server as I'm not admin. Is there any way around this error?