Index: openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 24 Oct 2003 16:44:19 -0000 1.11 +++ openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 31 Oct 2003 10:29:19 -0000 1.12 @@ -32,6 +32,9 @@ # Register HTTP method for GetDocument auth::sync::get_doc::http::register_impl + # Register local file system method for GetDocument + auth::sync::get_doc::file::register_impl + # Register IMS Enterprise 1.1 ProcessDocument implementation auth::sync::process_doc::ims::register_impl } @@ -47,6 +50,9 @@ # Unregister HTTP method for GetDocument auth::sync::get_doc::http::unregister_impl + # Unregister local file system method for GetDocument + auth::sync::get_doc::file::unregister_impl + # Unregister local authentication implementations and update the local authority auth::local::uninstall