olgadubova
Programmer
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
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