Forum OpenACS Q&A: Re: LDAP password change problem (OACS 5.2)

Collapse
Posted by Jay Dubanik on
Found problem in auth-ldap package (auth-ldap-procs.tcl)

old_password and new_password parameter must be reveresed in order for this proc to work.

ad_proc -private auth::ldap::password::ChangePassword {
username
new_password
old_password