Re: SSL ADAM and XP
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 5 Sep 2006 20:15:48 -0500
If you already have an SSL cert for fabrikam.com, you can use that for ADAM
(as long as you use the fabrikam.com DNS name to connect, not localhost).
For ADAM, you want to install the cert and private key into store for the
service account running ADAM. If you do some Google searches, you'll find
more details.
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
--
"Noremac" <Noremac@xxxxxxxxxxxxxxxxx> wrote in message
news:F3BA4B55-8725-4222-9CA1-1A651539C012@xxxxxxxxxxxxxxxx
I am going around in circles. Sorry for posting a question that may already
be answered.
I want to use the ADAM Membership Provider on my development Windows XP
machine using VS2005.
I have ADAM working on my local computer. I got it working through the
ASP.NET 2.0 RBAC article.
I setup web.config based on stuff I googled. But when I call this line:
MembershipUserCollection users = Membership.GetAllUsers(), I get the
"Unable
to establish secure connection with the server using SSL".
I can only find references to getting SSL with W2K machines or disabling
SSL
on XP machines. I want to have SSL work on XP.
I do have a fabrikam certificate from other samples I have on this
machine.
These are the ldap connection strings I have tried that do not work:
LDAP://localhost:389/CN=AzManAdamStore,OU=SecNetPartition,O=SecNet,C=US
LDAP://localhost:636/CN=AzManAdamStore,OU=SecNetPartition,O=SecNet,C=US
LDAP://fabrikam.com:389/CN=AzManAdamStore,OU=SecNetPartition,O=SecNet,C=US
LDAP://fabrikam.com:636/CN=AzManAdamStore,OU=SecNetPartition,O=SecNet,C=US
Thanks!
Noremac
.
- Follow-Ups:
- Re: SSL ADAM and XP
- From: Noremac
- Re: SSL ADAM and XP
- Prev by Date: Re: Mixed Mode (Forms & Windows) Authentication
- Next by Date: Re: Mixed Mode (Forms & Windows) Authentication
- Previous by thread: Re: User forgot password and answer to question
- Next by thread: Re: SSL ADAM and XP
- Index(es):
Relevant Pages
|