Changes between Version 6 and Version 7 of AccountManagement

Show
Ignore:
Author:
davea (IP: 128.32.18.181)
Timestamp:
07/29/08 13:15:56 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagement

    v6 v7  
    5454 
    5555The BOINC core client uses the following files to keep track of account manager information. 
     56 
    5657 
    5758acct_mgr_url.xml 
    126127    [ <gui_rpc_port>N</gui_rpc_port> ] 
    127128    [ <gui_rpc_password>xxxx</gui_rpc_password> ] 
     129    [ <opaque> 
     130         ... arbitrary XML 
     131    </opaque> ] 
    128132    ... 
    129133</acct_mgr_request> 
    158162    ] 
    159163    [ <host_venue>venue</host_venue> ] 
     164    [ <opaque> 
     165         ... arbitrary XML 
     166    </opaque> ] 
    160167    [  
    161168    <account> 
    197204    The current global preferences.  
    198205 venue:: 
    199     The host venue  
     206    The host venue 
     207 opaque:: 
     208    Opaque data received from the AMS in the previous RPC. 
    200209 
    201210In addition, a list of projects and their suspended flags is included. 
    211220 global_preferences:: 
    212221    New global preferences. Included only if these are newer than those in the request message.  
     222 opaque:: 
     223    Arbitrary XML.  Will be included in the next request message from the client.  Use this e.g. to store a host ID. 
    213224 
    214225For each account, the following items are returned: 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.