Re: newbie help - Active Directory Membership Provider
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 20 May 2008 21:27:50 -0500
I'm not sure about the troubleshooting procedures for the provider, but it
usually throws an exception if it isn't working properly.
Note that if you use the AD membership provider, there is no matching role
provider that works with that. Thus if you want to use the Windows token to
do validation, you must use an authentication mechanism that gets you a
Windows token. The AD membership provider is a forms auth implementation
and doesn't get a Windows token.
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"SpaceMarine" <spacemarine@xxxxxxxxxxxxxx> wrote in message
news:a3854ddd-141d-40c4-82f6-005d0ce75319@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On May 20, 2:57 pm, SpaceMarine <spacemar...@xxxxxxxxxxxxxx> wrote:
my web.config:
<connectionStrings>
<add name="ADConnectionString" connectionString="LDAP://machineName/
OU=Our Org,DC=ourDomain,DC=com" />
</connectionStrings>
the only thing that immediately comes to my mind is that the
connection string is invalid. however, no errors are reported. if i
change the machineName to something else it throws an exception.
is there a good way for me to test the AD connection string? some
basic request i can render on screen?
thanks
sm
.
- Follow-Ups:
- Re: newbie help - Active Directory Membership Provider
- From: SpaceMarine
- Re: newbie help - Active Directory Membership Provider
- References:
- newbie help - Active Directory Membership Provider
- From: SpaceMarine
- Re: newbie help - Active Directory Membership Provider
- From: SpaceMarine
- newbie help - Active Directory Membership Provider
- Prev by Date: Re: restricting access based on Org Unit (OU)
- Next by Date: Re: newbie help - Active Directory Membership Provider
- Previous by thread: Re: newbie help - Active Directory Membership Provider
- Next by thread: Re: newbie help - Active Directory Membership Provider
- Index(es):
Relevant Pages
|