Difference between revisions of "Test a connection to Active Directory"
From MyWiki
(Created page with " Class to make connection to AD, returns either "success" or "fail" ") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[ Class to make connection to AD, returns either "success" or "fail" | + | [[ Class to make connection to AD, returns either "success" or "fail" ]]<br> |
+ | [[ A basic index.html file to collect the username and password and pass to a servlet ]] <br> | ||
+ | [[ A Tomcat Servlet to receive the credentials from index.html ]]<br> |
Latest revision as of 12:59, 21 November 2017
Class to make connection to AD, returns either "success" or "fail"
A basic index.html file to collect the username and password and pass to a servlet
A Tomcat Servlet to receive the credentials from index.html