Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Login to LDAP using current credentials

Reply
Thread Tools

Login to LDAP using current credentials

 
 
aiKeith
Guest
Posts: n/a
 
      12-06-2004
Hello,

Here is my situation. I have developed several apps that require
authentication to access. For authentication, I have the users enter thier
user/pass and click login, which is then sent to an LDAP Server (NOVELL) - if
binding is successful, I use the login object to retrieve various
fields/attributes of the LDAP directory for that user.

This works just fine, but what I want to do is transparently log the user in
- so they do not have to provide thier credentials. All of the users have
the Novell Client installed and log in in the morning.

Is there a way to do this like you would if I was getting the windows
account via DllImport and the user32.dll - or any other way to take the users
current credentials and bind them to LDAP for authentication purposes, etc.?
I suppose much of this will depend on if NOVELL's classes will allow a login
token to be passed as opposed to supplying both the user/pass.

Any help would be appreciated.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Authenticating LDAP connection with current windows user's credentials? bugnthecode Java 5 02-08-2007 05:44 AM
"The credentials supplied conflict with an existing set of credentials" -=rjh=- NZ Computing 2 07-15-2006 11:09 PM
posting login credentials and __VIEWSTATE using HttpWebRequest fails msnews.microsoft.com ASP .Net 0 05-10-2006 11:32 AM
ruby-ldap, invalid credentials Daniel Berger Ruby 2 11-18-2005 01:43 PM
using LDAP Controls in ruby-ldap Jason Wold Ruby 5 11-07-2004 03:35 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57