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
I have the following code: var directoryEntry = new DirectoryEntry(distributionListsListADSPath); var directorySearcher = new DirectorySearcher(directoryEntry)