Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LDAP authentication

Status
Not open for further replies.

gregburningham

Programmer
Jul 12, 2000
40
GB
gregburningham (Programmer) Sep 4, 2002
Hi
I am using vb.net code to authenticate the username
and password of somebody logging onto a website using LDAP on Novell (NDS). My Windows 2000 server is reading data from the LDAP tree on Novell.

Does anybody know how to do this in secure mode ?

(Anonymous binding seems to work !)

Any ideas would be appreciated ...

Thanks
GregB

 
With OpenLDAP you can use TLS or SASL, you might want to do some research on that. I'm not sure how much this will help you but this is the only idea I have.

Good Luck,
Thai Q. Tran
 
OK ..
I am using the System.DirectoryServices class defined in vb.net / asp.net

This code works fine ... but I am having difficulty using

DirectoryServices.AuthenticationTypes.SecureSocketsLayer

- Has anybody used this method successfully ?

NB: We are getting bad checksums in the packets we are sending from Windows 2000 to the LDAP Server ... This could be a problem with incompatibility between TPC/IP drivers

- Has anybody had experience of this error ...?

Greg B







 
Greg,

I am trying to do the same thing with ASP.NET and Novell's NDS. Were you successful. Would you mind sharing your code?

TIA,
Bill

bmcintyr@loudoun.gov
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top