Hi,

On Friday 13 May 2005 18:06, yelekeri wrote:
> How to authenticate a user in the web page with the active directory using
> perl ldap. Basically what I want is to get the password of the user on the
> web page (may be encryted or atleast text) and compare that password thru
> LDAP. And if the password matches, wants to display some other page. How
> to acheive this thru perl LDAP.

This will not work if the password encryption of ADS is worth its money ;-)))

but you may use the compare() method of Net::LDAP to compare passwords on the
server side or alternatively the bind() method to check if the password is 
correct.

Net::LDAP::FAQ should give hints.

Hope it helps
Peter

-- 
Peter Marschall
eMail: [EMAIL PROTECTED]

Reply via email to