N
Noremac
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
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