For When You Can't Have The Real Thing
[ start | index | login ]
start > Fedora > Server > 30 > Join AD

Join AD

Created by dave. Last edited by dave, 4 years and 112 days ago. Viewed 1,029 times. #1
[edit] [rdf]
labels
attachments
(2019-11-28)

Problem

# realm -v -U dave join mydomain.local 
[...]
 ! Couldn't create computer account: CN=NETMAN,CN=Computers,DC=mydomain,DC=local: 00002083: AtrErr: DSID-031519F7, #2:
        0: 00002083: DSID-031519F7, problem 1006 (ATT_OR_VALUE_EXISTS), data 0, Att 90303 (servicePrincipalName):len 22
        1: 00002083: DSID-031519F7, problem 1006 (ATT_OR_VALUE_EXISTS), data 0, Att 90303 (servicePrincipalName):len 48
[...]

Solution

This is caused because the computer needs to know its FQDN.

# hostnamectl set-hostname netman.mydomain.local

The realm join command should work now.

(>>Source)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt