Hi All,
In our environment have one AD which act as a domain controller and two client servers. We use domain administrator for all the 3 servers.
In one of our client server we have Citrix components and while launching one of the component got the below error.
The current user does not appear to be member of an active Directory. Studio cannot be run by a local user.
In logs we observed below, which looks like issue is related to the domain administrator account.
DomainMembershipScript(48): Failed to obtain user domain. Assuming non domain user
DomainMembershipScript(48): AD Error: System.Security.Authentication.AuthenticationException: The user name or password is incorrect.
---> System.Runtime.InteropServices.COMException: The user name or password is incorrect.
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
Ran the below commands to get the domain name from defected client server and it got failed but working fine in AD server
[System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain().Name
[System.DirectoryServices.ActiveDirectory.Domain]::GetComputerDomain().Name
So I wanted to know is there any group policies can change the SID for the domain administrator, as we have applied some of the CIS CAT Benchmark v1.2.0 recommended policies
Below are workaround tried and it did not worked, some of the workaround is not recommended.
Tried creating new domain administrator user (Not recommended by our internal team, as we need to do changes in the architecture)
Removed client server from domain and rejoined it. (Not recommended by Citrix)
Verified connectivity by running ping, nslookup, whoami command.
Creating new OU. (Not recommended)
Any quick help will be appreciated
Thanks.

