Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -r1.118 -r1.119 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 11 Sep 2024 06:15:46 -0000 1.118 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 21 Nov 2025 15:23:19 -0000 1.119 @@ -428,7 +428,7 @@ } else { set cookie_domain "" } - ns_log notice "auth::authenticate receives host_node_id $host_node_id domain <$cookie_domain>" + ns_log notice "auth::authenticate receives host_node_id '$host_node_id' cookie domain <$cookie_domain>" ad_user_login \ -account_status $result(account_status) \ -cookie_domain $cookie_domain \ Index: openacs-4/packages/acs-authentication/tcl/driver-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/driver-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/acs-authentication/tcl/driver-procs.tcl 11 Sep 2024 06:15:46 -0000 1.15 +++ openacs-4/packages/acs-authentication/tcl/driver-procs.tcl 21 Nov 2025 15:23:19 -0000 1.16 @@ -32,6 +32,8 @@ set parameters {} ad_try { + #ns_log notice AcsSc.\n[join [lsort [info commands AcsSc.*]] \n] + #ns_log notice AcsSc.auth_pass\n[join [info commands AcsSc.auth_password*] \n] set parameters [acs_sc::invoke \ -error \ -impl_id $impl_id \