Changes between Initial Version and Version 1 of Opal HowTo Manage Users


Ignore:
Timestamp:
06/16/15 14:16:14 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Opal HowTo Manage Users

    v1 v1  
     1= Opal HowTo Manage Users
     2
     3Tags: [[Opal]] [[DataShield]] [[HowTo]] [[User Management]]
     4
     5== Overview
     6
     7Opal users and passwords are stored in a file within the {{{OPAL_HOME/conf}}} directory.  However, I have been told that it is also possible for users to authenticate using a certificate.  However, this may not work when Opal is accessed through a Pound reverse proxy.
     8
     9== Procedure
     10
     111. Go to directory {{{/local/opal-server{version}/tools/}}} and run the command {{{./shiro-hasher -p}}}
     122. Enter your password and copy the has string that is displayed by the tool.
     133. Edit the file {{{/local/opal_home/conf/shiro.ini}}}
     144. In the section for usernames create a line for the new user in the format:
     15{{{
     16    {username}={password hash from above},{role}
     17}}}
     18
     19[[BackLinks]]