Click to See Complete Forum and Search --> : Connect to the LDAP server for authentication


SKSM
March 18th, 2008, 02:52 AM
Hi ,
I am currently testing an application that has to connect to the LDAP server for authentication.

I am facing Problem in writing the script for the below mentioned scenario.

Scenario:
1. I need to start my application from a link which is embedded in a mail sent to us from administrator after sucessfully registration.

2. Click on a link takes us to registration page wr we need to provide username and password embedded in a mail.

3. if i fail to enter correct credentials for 3 times i get another mail which has a another url

similary in the application thr are 4 -5 mails generated for differnt scenarios.

I need to connect to server and get url from thr evry time i get a mail.

Can u people help me on how to connect to server using Vb script.

Or the another solution is to connect to outlook fetch the url from thr , How can i connect to server /outlook programatically.

PeejAvery
March 18th, 2008, 08:08 AM
[ moved ]

PeejAvery
March 18th, 2008, 08:12 AM
To authenticate to an LDAP server, you must be executing server-side code. Fortunately, VBScript is also a server-side scripting language.

Have you done any research? Google has plenty of results for vbscript ldap (http://www.google.com/search?source=ig&hl=en&rlz=&q=vbscript+ldap&btnG=Google+Search). I would suggest starting there. The e-mailing should be simple.