This topic is locked

Connecting to an LDAP for Login

6/1/2007 15:56:14
ASPRunnerPro General questions
S
swiersman author

Where in the generated code would I enter the connection string to an LDAP from the Login.asp page? Then I need to return to my working table on my local database once logged on.
Could you give me a sample of the code if possible?
Thanks,
Scott

Sergey Kornilov admin 6/4/2007

Scott,
ASPRunnerPro don't have LDAP support.
Here is the tutorial that explains how yo use LDAP authentication

http://www.4guysfromrolla.com/webtech/041800-1.shtml
You can put this code to BeforeLogin Event to implement your own authentication.