What is the best way to determine if a user belongs to particular AD user group using C# without have to enumerate through 开发者_运维百科all the user\'s groups. Can this be done using a single LDAP q
I have a situation where I have to autheticate SharePoint user to another webs开发者_C百科ite that is not part of the sharepoint domain without asking user to login again.
How do I Retrieve a list of computers in a FOLDER in a domain. lets say i have maydomain.dom as my domain
I\'ve been investigating some cloud vendors and the ability to implement single sign-on with them, especially when it comes to AD (Active Directory) integration.
We are planning to create two sharepoint web applications using SharePoint 2010 Enterprise Edition. All Users that have access to web app 1, should also be able to access web app 2.
Can anyone suggest some tutorials for beginners that utilize the C# language to access Active Di开发者_Go百科rectory? Thanks.Have a look at this Code Project article and this MSDN code sample collecti
I am overriding System.IdentityModel.Policy.IAuthorizationPolicy.Evaluate as follows: public bool Evaluate(EvaluationContext evaluationContext,ref object state)
Say that i have an active directory group called \"Group1\". I add this Group1 to a SharePoint site ( People and Group >> New User).
I\'m trying to obtain a list of all Machines that are members of a known group.I have the group GUID and am constructing a query using the \"memberof=\" format and filtering by ObjectClass.
Trying to figure out how to display just user name without domain in person-type fields during Data entry. By default it displays the domain开发者_如何学运维/user-account.If there is a profile associa