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

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -