Index: openacs-4/packages/auth-ldap/tcl/auth-ldap-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/auth-ldap/tcl/auth-ldap-procs.tcl,v diff -u -r1.6.2.2 -r1.6.2.3 --- openacs-4/packages/auth-ldap/tcl/auth-ldap-procs.tcl 7 Jul 2004 00:33:10 -0000 1.6.2.2 +++ openacs-4/packages/auth-ldap/tcl/auth-ldap-procs.tcl 9 Jul 2004 22:00:37 -0000 1.6.2.3 @@ -229,6 +229,7 @@ username password {parameters {}} + {authority_id {}} } { Implements the Authenticate operation of the auth_authentication service contract for LDAP. @@ -301,6 +302,7 @@ old_password new_password {parameters {}} + {authority_id {}} } { Implements the ChangePassword operation of the auth_password service contract for LDAP. @@ -356,6 +358,7 @@ ad_proc -private auth::ldap::password::ResetPassword { username parameters + {authority_id {}} } { Implements the ResetPassword operation of the auth_password service contract for LDAP.