Changes between Version 6 and Version 7 of AccountManagement
- Timestamp:
- Jul 29, 2008, 1:15:56 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccountManagement
v6 v7 54 54 55 55 The BOINC core client uses the following files to keep track of account manager information. 56 56 57 57 58 acct_mgr_url.xml … … 126 127 [ <gui_rpc_port>N</gui_rpc_port> ] 127 128 [ <gui_rpc_password>xxxx</gui_rpc_password> ] 129 [ <opaque> 130 ... arbitrary XML 131 </opaque> ] 128 132 ... 129 133 </acct_mgr_request> … … 158 162 ] 159 163 [ <host_venue>venue</host_venue> ] 164 [ <opaque> 165 ... arbitrary XML 166 </opaque> ] 160 167 [ 161 168 <account> … … 197 204 The current global preferences. 198 205 venue:: 199 The host venue 206 The host venue 207 opaque:: 208 Opaque data received from the AMS in the previous RPC. 200 209 201 210 In addition, a list of projects and their suspended flags is included. … … 211 220 global_preferences:: 212 221 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. 213 224 214 225 For each account, the following items are returned: