November 7, 2012 at 2:10 pm
I have one user that is receiving this error on 5 instances out of the 8 they have access to. Let me outline our scenario:
Now here is an oddity, there are about 15 other developers in this same group that can access all 8 servers just fine. We've ran our security with this setup for 8-10 years so nothing with that has changed on that front. This is a new employee in a different geographic location but serves the same role as the other 15 developers.
When I execute xp_logininfo to see what groups this user belongs to I get the results below. Note these results are consistent across all 8 servers:
exec xp_logininfo @acctname='DomainB\DevUserA', @option='all';
Results:
account nametypeprivilegemapped login namepermission path
DomainB\DevUserAuseruserDomainB\DevUserADomainA\DevGroup
Now if I run xp_logininfo to get the members of all the groups I get mixed results (but their consistent per domain if that makes sense):
exec xp_logininfo @acctname='DomainA\DevGroup', @option='members';
Results:
Any thoughts on this one? At first glance this appears to me there is some sort of issue with DomainC authenicating accounts on DomainB, perhaps due to some sort of double-hop issue going through DomainA.
Thanks in advance and sorry for the long winded post. I just wanted to make sure I provided all the facts and troubleshooting I've done so far.
November 8, 2012 at 7:15 am
Is this perhaps a tough one? lol - any thoughts anyone?
November 14, 2012 at 7:53 am
Just an update, our domains are configured liked so:
ForestA ForestB
| |
DomainB DomainC
|
DomainA
(child domain)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply