ldap - Active Directory: Map a domain user with a username from ForeignSecurityPrinciple group and check if user is part of another specific group -


i have problem: try authenticate user against active directory uses foreignsecurityprinciple map users different domains.

we have several groups stored inside single domain , users coming different domains.

the problem have here cannot real user name foreignsecurityprinciple.

we tried use guidelines here:

http://www.brandonclaps.com/?p=57

but no luck.

when tried edit entry group had 3 members, found next member field:

cn = s-1-5-21-other numbers, cn=foreignsecurityprinciple; dc=domainname, dc=local

do have other solutions retrieving username against active directory using foreginsecurityprinciple ?

is there recommendation using that?

thanks lot in advance


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -