I want to create a tree of container objects in an active directory domain that a new user can be added to. I can recurse through the domain and get everything within the directory, but I want to limi
My code: var context = new PrincipalContext( ContextType.Domain, \"domain controller\", \"ou=foo,dc=bar,dc=com\");
I checked this post already. But it doesn\'t answer my question. I want to get all the active directory groups in which a particular user is a member.
My app is written in Objective-C. How can I get the user name and home directory of the currently logged in user through directory services?
C# or VB.NET suggestion is welcome. I have computers joined to a domain. I\'m writing a desktop application that ask for a username and password to authenticate user against Active Directory.
What I mean is th开发者_开发技巧at right now I am using System.DirectoryServices.AccountManagement and if I use UserPrincipal class I only see the Name, Middle Name, etc
I\'m trying to create a new user on my development active directory server using .NET System.DirectoryServices namespace.
I am using the DirectoryServices.Protocols.SearchRequest type to make a request against an OpenDS store to retriev开发者_StackOverflowe some entries. I want to be able to control which attributes are
I am trying to update my filter currently appled to the People Picker in SharePoint (WSS). I am using stsadm to set the filter.
I\'m trying to store a gzipped binary serialized object into Active Directory\'s \"Extension Attribute\", more info here.This field is a Unicode string according to it\'s oM syntax of 64.