Changes between Version 8 and Version 9 of SimpleAttach


Ignore:
Timestamp:
Sep 21, 2015, 7:34:36 AM (9 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SimpleAttach

    v8 v9  
    143143 * whether VBox is needed
    144144
    145 === The concierte.php script ===
     145=== The concierge.php script ===
    146146
    147147The concierge.php script looks at the master URL to see if the project is in BOINC's list.
     
    172172it goes to the BOINC "Download all" page.
    173173
     174==== Cookieless Installs ====
     175
     176For unsupported browsers or projects with custom installers, we will pass the needed information
     177by renaming the installer to include the additional information.
     178
     179Executable parameters are as follows:
     180
     181 '''amu''': the master URL
     182 '''an''': the project name
     183 '''aa''': the user authenticator
     184 '''asc''': the setup cookie
     185
     186Usage Rules:
     187
     188 * Each parameter is broken up into name/value pairs
     189 * Each name/value pair is separated by an underscore
     190 * Each value is base64 encoded
     191
     192Note: Using the setup cookie is more desirable than storing the authenticator as part of the
     193executable name.  Setup cookies are created by the project server and expire after a given
     194period of time.  During the manager's attach process, it'll use the lookup account RPC to
     195convert the setup cookie into the user's weak authenticator.
     196
    174197=== Manager ===
    175198