19 August,20 at 09:46 AM
Applies to: All versions of Centrify Connector
Problem:
The connector registration is failed with a message asking to login with user from AD forest:
Please login with user from AD forest xxx.xxx.
Cause:
Centrify Connector will verify the currently login user's forest and see if it differs from the computer joined forest. The cross forest user is not allowed to register the connector service in local forest.
Use this powershell command to check current user's forest:
[System.DirectoryServices.ActiveDirectory.Forest]::GetCurrentForest()
Use this powershell command to check current computer's forest:[System.DirectoryServices.ActiveDirectory.Domain]::GetComputerDomain()
Below connector log will be seen and it can be used to find out which forest the user and connector machine belong to:
2020-03-17 09:48:02,660 [P-ProxyUI.exe-13040||00000000-0000-0000-0000-000000000000|dc21363d2fac4b199ffcb33781d164b7|11|5376|WARN ] Centrify.Cloud.Mobile.Model.SetupWizardModule.SetupProxyByCode+RegisterWorker.Run: User forest: abc.org, Computer forest: xyz.org
Resolution:
Login the connector host with the local forest's user.