Joint Domain Issue¶
Verify the following steps to be sure the join was successfully.
Note
The AD integration only allows us to be part of one domain, NTP Server is required to be configured on openNAC server.
Before perform any change on ON Core please verify the hostname of the AD Server using the following commands by CLI:
hostname get-addomain

Add the AD Server hostname to hosts file on etc directory. Or you can use a DNS server to resolve the name for AD Server.

You have to replace the “${server}” by the AD Server hostname. Please edit the line 183 for ad_integration.sh file as follows
vim +183 /usr/share/opennac/utils/build-repo/ad_integration.sh sudo net join -U "${user}@${realm}%${passwordAD}" -S WIN-S0PRFV0LPEB
