Re: LDAP
Re: LDAP
- Subject: Re: LDAP
- From: Chuck Hill <email@hidden>
- Date: Mon, 22 Aug 2005 10:15:26 -0700
Hi,
You will probably find that Practical WebObjects will be a great time
saver for things like this. LDAP authentication is covered starting
on page 119.
As other's have pointed out, you can't and should not get the
password. The correct way is to do a bind to the LDAP server using
the user ID and password. Using a secure connection is strongly
recommended. The wrong, but still workable, way is to just query on the
user name and password. It will work, LDAP knows to do the
encryption for you. Again, use a secure connection.
Chuck
On Aug 21, 2005, at 8:56 PM, .::welemski::. wrote:
Hi guys,
Im still a newbie on webobjects, although i made a successfull
connection between my webapp and the LDAP server.
My problem now is how do i read all the passwords of all the users
that was already on LDAP database? I can display all user information
but I could not get the password to display correctly and I think it
is heavily encrypted.
Does anyone knows a way on how to read those encrypted password? if
it is not possible then... how about comparing the password that was
inputed in my WebApp to the password in LDAP...
hope you guys help me with these...
thanks.
--
-- -- -- -- -- -- -- -- -- -- --
welemski
-- -- -- -- -- -- --
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >LDAP (From: ".::welemski::." <email@hidden>) |