asp.net - Update Active Directory for domain admins -


i've built application (asp.net 2010) allow our employees update of information in active directory. data website, degree, campus, building, phone extension, etc.

everything works fine until user domain admin attempts use app. since "service account" .net application using not domain admin, update fails them.

is there way can make happen without having make "service account" domain admin?

you give service account permission domain adminis object in ad (read write).


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -