|
| quote: | Originally posted by Vaedyn
Hey,
I do not want to do that since we have many web applications running on that server. Those applications are actually running on a portal, sharepoint. I just want to check if the username matches the password. Granted I am only an intern here, but the previous programmer used SOAP and LDAP in another application. I still can't seem to get it to work though
-Vaedyn |
unless sharepoint and ad are on the same server, using the web inteface to check against the ad would be not a good idea - since ldap usernames and password requests would be sent back and forth in cleartext (unless you've set up an ipsec policy to encrypt traffic between the two)
however, i understand your concerns, since sharepoint works like a bitch on a period with any authentication rather than basic cleartext (especially in the extranet environments).
in any case, if you want to stick to textbox authentication, you can use the forms authentication with vb.net (or c# for that matter): http://support.microsoft.com/defaul...kb;EN-US;326340
___________________
writing lyrics aint what it used to be
|