Index: openacs-4/packages/auth-pam/tcl/auth-pam-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/auth-pam/tcl/auth-pam-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/auth-pam/tcl/auth-pam-procs.tcl 17 Sep 2003 11:30:08 -0000 1.1 +++ openacs-4/packages/auth-pam/tcl/auth-pam-procs.tcl 12 Jul 2004 14:49:52 -0000 1.2 @@ -65,6 +65,7 @@ username password {parameters {}} + {authority_id {}} } { Implements the Authenticate operation of the auth_authentication service contract for PAM. @@ -126,6 +127,7 @@ old_password new_password {parameters {}} + {authority_id {}} } { Implements the ChangePassword operation of the auth_password service contract for PAM. @@ -151,6 +153,7 @@ ad_proc -private auth::pam::password::ResetPassword { username parameters + {authority_id {}} } { Implements the ResetPassword operation of the auth_password service contract for PAM.