Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 31 and Version 32 of Documentation/Howto/SetupHiveServer


Ignore:
Timestamp:
10/23/15 10:17:50 (9 years ago)
Author:
ascheibe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/SetupHiveServer

    v31 v32  
    3535
    3636
    37 == Add groups and users to the authentication db ==
     37== Add roles and users to the authentication db ==
    3838 * Open the Hive Visual Studio solution
    39  * Click on the Hive-3.3 Web project. In the solution explorer the ASP.NET Configuration button shows up. As mentioned in [[Documentation/DevelopmentCenter/Develop Services]] this allows to configure users and groups. On the configuration website, first add the groups:
     39 * Click on the Hive-3.3 Web project. In the solution explorer the ASP.NET Configuration button shows up. As mentioned in [[Documentation/DevelopmentCenter/Develop Services]] this allows to configure users and roles. On the configuration website, first add the roles:
    4040   * Hive Administrator
    4141   * Hive Slave
    4242   * Hive User
    4343   * Hive `IsAllowedPrivileged`
    44  * Users can now be added to the appropriate groups.
    45  * A special user for hive slaves must be added. This user has to be in the `Hive Slave` group. The default configuration is
     44 * Users can now be added to the appropriate roles.
     45 * A special user for hive slaves must be added. This user has to have the `Hive Slave` role. The default configuration is
    4646   * User: `hiveslave`
    4747   * Password: `hiveslave`