madhatter22 / LinqToLdap

C# LINQ provider built on top of System.DirectoryServices.Protocols for querying and updating LDAP servers.
MIT License
45 stars 23 forks source link

How to update or set user password/ #17

Open umar-ulabs opened 4 years ago

umar-ulabs commented 4 years ago

This library has significantly cleaned up the my LDAP communication mess. I was not able to figure out how to go about updating users password? Thanks for help

madhatter22 commented 4 years ago

Hi,

I wrote a blog post about this a long time ago. Here's the Google cached version.

This is specifically for AD, though. I have not tested it with other servers. Thanks for reminding me of this. I need to add password behavior to the wiki.

madhatter22 commented 4 years ago

This has been added to the wiki