directoryservices
get active directory container objects for new user
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[详细]
2023-02-06 14:09 分类:问答Extensibility Model - Extending UserPrincipal
My code: var context = new PrincipalContext( ContextType.Domain, \"domain controller\", \"ou=foo,dc=bar,dc=com\");[详细]
2023-02-04 11:41 分类:问答How to get all the AD groups for a particular user?
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.[详细]
2023-01-30 17:28 分类:问答Mac OS X: Get current username and home directory for current user from Directory Services
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?[详细]
2023-01-26 21:04 分类:问答Check if a user is already logged into domain with System.DirectoryServices.AccountManagemen
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.[详细]
2023-01-23 22:43 分类:问答How to get Active Directory Attributes not represented by the UserPrincipal class
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[详细]
2023-01-20 08:58 分类:问答Trying to create a new Active Directory user, Invoke("SetPassword",pwd) throws "The RPC server is unavailable"
I\'m trying to create a new user on my development active directory server using .NET System.DirectoryServices namespace.[详细]
2023-01-20 03:33 分类:问答Cannot specify which attributes to return when querying an LDAP store
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[详细]
2023-01-19 22:36 分类:问答LDAP query to return all groups in specified OU
I am trying to update my filter currently appled to the People Picker in SharePoint (WSS). I am using stsadm to set the filter.[详细]
2023-01-19 01:35 分类:问答What's the best sequence to compress binary data, encode it, and convert to string?
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.[详细]
2023-01-16 03:32 分类:问答