Changes between Version 31 and Version 32 of Documentation/Howto/SetupHiveServer
- Timestamp:
- 10/23/15 10:17:50 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/SetupHiveServer
v31 v32 35 35 36 36 37 == Add groups and users to the authentication db ==37 == Add roles and users to the authentication db == 38 38 * 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: 40 40 * Hive Administrator 41 41 * Hive Slave 42 42 * Hive User 43 43 * 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 is44 * 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 46 46 * User: `hiveslave` 47 47 * Password: `hiveslave`