Which account do I use to query Active Directory? -
to use windows authentication in our asp.net application, need check active directory. test, use own account, means can see password on our buildserver.
which account best use purpose? restricted account in active directory?
if doing operations within context of user can impersonate account. operations changing information or resetting users password. global transactions searching, forgot password functions, joining groups, etc. suggest create restricted account functions need , let application pool use that. password secure not on web config.
Comments
Post a Comment