Index: openacs-4/packages/acs-authentication/tcl/authority-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authority-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-authentication/tcl/authority-procs.tcl 4 Sep 2003 14:38:45 -0000 1.7 +++ openacs-4/packages/acs-authentication/tcl/authority-procs.tcl 9 Sep 2003 12:09:50 -0000 1.8 @@ -55,6 +55,14 @@
  • register_url An alternative URL to redirect to when the user wants to register for an account. Defaults to none. + +
  • get_doc_impl_id Id of the batch sync GetDocument service contract implementation + +
  • process_doc_impl_id Id of the batch sync ProcessDocument service contract implementation + +
  • snapshot_p Whether batch jobs are snapshots or not + +
  • batch_sync_enabled_p Is batch sync enabled for the authority? @author Lars Pind (lars@collaboraid.biz) @@ -261,6 +269,10 @@ change_pwd_url register_impl_id register_url + get_doc_impl_id + process_doc_impl_id + snapshot_p + batch_sync_enabled_p } }