directoryservices
How to change passwords using System.DirectoryServices.Protocols
Our user store is an LDAP server called eDirectory. How do you change user开发者_Python百科 passwords using System.DirectoryServices.Protocols?I\'ve used code similar to this to connect to a Sun One-b[详细]
2022-12-08 07:32 分类:问答Using DirectorySearcher to query multiple OUs
I have the following code: var directoryEntry = new DirectoryEntry(distributionListsListADSPath); var directorySearcher = new DirectorySearcher(directoryEntry)[详细]
2022-12-08 05:54 分类:问答