Re: Authenticating LDAP connection with current windows user's credentials?
- From: "bugnthecode" <bugnthecode@xxxxxxxxx>
- Date: 5 Feb 2007 13:27:32 -0800
On Feb 5, 1:12 pm, "tiewknvc9" <aot...@xxxxxxxxxxx> wrote:
have you read....
http://www-128.ibm.com/developerworks/tivoli/library/t-ldap01/
I just looked over that, and though I didn't read that when setting up
my code initially I had something very similar. Much of the meat of
that article covers the installation, setup and theory behind an ldap
server. It does have some Java code at the bottom, but it uses the
"simple" method of authenticating passing in a user name and password
via a hashset.
My code already does all of that correctly, the problem is that the
sys admins won't give me the username and password to store in the
code (which would be a bad idea anyway), and the user name and
password can't sit in a file on disk. The program must obtain a
connection to the ldap using the currently logged on credentials, or
the credentials of the person running the job.
Thanks for your help though!
Will
.
- Follow-Ups:
- Re: Authenticating LDAP connection with current windows user's credentials?
- From: Brandon McCombs
- Re: Authenticating LDAP connection with current windows user's credentials?
- References:
- Prev by Date: Re: Off-topic: Corrisponding Successfulness of Software Engineers with Communication Ability...
- Next by Date: Re: Java access speed (database or arrays)
- Previous by thread: Re: Authenticating LDAP connection with current windows user's credentials?
- Next by thread: Re: Authenticating LDAP connection with current windows user's credentials?
- Index(es):
Relevant Pages
|