Changes between Version 18 and Version 19 of ClientSetupLogicWinSix


Ignore:
Timestamp:
Oct 5, 2007, 10:43:56 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClientSetupLogicWinSix

    v18 v19  
    1313== User Accounts ==
    1414
    15 Two user accounts will be created, one to execute boinc.exe, and one that boinc.exe can use to launch science applications.
    16 
    17 Users:
    18 
    19 {{{
    20 boinc
    21 boinc_project
    22 }}}
    23 
    24 Both 'boinc' and 'boinc_project' will be setup so that their passwords never expire.
     15The installer offers two modes: 'Graphics compatible' and 'Secure'.
     16If the user selects Secure,
     17two accounts and three groups will be created:
     18
     19 boinc_master:: The core client runs under this account.
     20 boinc_project:: Apps and graphics app run under this account.
     21
     22If the computer being installed upon is a domain controller,
     23then the account names will have the computer name appended on to them.
     24
     25Groups:
     26
     27 boinc_admins:: Members of this group can change the configuration and protection settings for the BOINC client (for example the GUI RPC password and host list) and can also run the BOINC Manager and screensaver.
     28 boinc_users:: Members of this group can run the BOINC Manager and screensaver.
     29
     30Initially, each group contains the following members:
     31
     32|| boinc_admins  || Administrator [[BR]] <Installing User> [[BR]] 'boinc_master' ||
     33|| boinc_users || Everyone (is 'Allow everyone to use BOINC' is checked), else empty ||
     34
     35Both account are set up so that their passwords never expire.
    2536
    2637''The password properties will be added to !SecureCustomProperties to prevent them being logged.''
     
    3041Each time an installation occurs, both of the account passwords will be reset and a new randomly generated password will be used.
    3142
    32 NOTE: If the computer being installed upon is a domain controller, then the account names will have the computer name appended on to them.
    33 
    34 Groups:
    35 
    36 {{{
    37 boinc_administrators
    38 boinc_users
    39 boinc_project
    40 }}}
    41 
    42 Each group will contain the following members:
    43 
    44 || boinc_administrators  || Administrator [[BR]] <Installing User> [[BR]] 'boinc' ||
    45 || boinc_users || Everyone ||
    46 || boinc_project || 'boinc_project' ||
    47 
    48 If the 'Allow everyone to use BOINC' checkbox is checked, then the 'Everyone' security token will be added to the 'boinc_users' group. Otherwise the 'boinc_users' group will be left alone.
     43
    4944
    5045== Data Directory ==