Commit 9e3a9ccd authored by Frank Bergmann's avatar Frank Bergmann

- fixed LDAP authentication module using Authorities

parent 39767a5b
......@@ -258,7 +258,7 @@ ad_proc -private -deprecated acs_sc_call {
return [apply $proc_name $arguments]
} else {
if { $error_p } {
error "Operation $operation is not implemented in '$impl' implementation of contract '$contract'"
error "Operation $operation is not implemented in '$impl' implementation of contract '$contract'<br><pre>$proc_name $arguments</pre>"
} else {
ns_log warning "ACS-SC: Function Not Found: $proc_name [info procs $proc_name]"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment