D
David Thielen
Hi;
The examples I have seen for using ActiveDirectoryMembershipProvider put the
password for accessing AD in web.config - see
http://channel9.msdn.com/wiki/default.aspx/Channel9.HowToUseMembership
So three questions:
1. Is there a way to do this without listing a user/pw (where it uses the
local system credentials)? It strikes me as very very bad to put a password
in the config file.
2. Is there a way to put this in the registry in an encrypted format?
3. Is it possible to create a domain user who's only authorization is to
return LDAP info so if the password becomes known, it's no big deal? (And if
so what/how?)
The examples I have seen for using ActiveDirectoryMembershipProvider put the
password for accessing AD in web.config - see
http://channel9.msdn.com/wiki/default.aspx/Channel9.HowToUseMembership
So three questions:
1. Is there a way to do this without listing a user/pw (where it uses the
local system credentials)? It strikes me as very very bad to put a password
in the config file.
2. Is there a way to put this in the registry in an encrypted format?
3. Is it possible to create a domain user who's only authorization is to
return LDAP info so if the password becomes known, it's no big deal? (And if
so what/how?)