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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ColdFusion LDAP connection

Status
Not open for further replies.

olgadubova

Programmer
Joined
Jul 28, 2009
Messages
3
Location
US
How to add/modify userPassword to Active Directory user Account without using SSL - secure port ?
Is it possible generally?
I create user Account with a password on AD server. This user can get into web aplication.
Then I modify this Account from ColdFusion;
cfldap Query (cn,dn,userpasword) returns me exact password I've just modified for given user . The problem is when the user get into web application through VPN - it fails because AD Server still has previous password. It's puzzle for me.


Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top