WebPart is managing AD User accounts using System.DirectoryServices; library.
It should be used with SPSecurity.RunWithElevatedPrivileges(delegate()... in order to run.
But then all changes are made to AD from farm admin account.
How can i make all the changes in AD from user account thru webpart? What permissions user must have on wfe server?