Skip to content
Snippets Groups Projects
Commit 20106118 authored by ribeaudc's avatar ribeaudc
Browse files

[LMS-486] remove: - Authorization from 'ILIMSService' (openBIS no longer has authorization).

add: - Role annotations to all manager methods (not yet interpreted).

SVN: 7165
parent 4977111b
No related branches found
No related tags found
No related merge requests found
...@@ -215,7 +215,7 @@ function install_lims_server { ...@@ -215,7 +215,7 @@ function install_lims_server {
copy_templates $LIMS_SERVER_NAME copy_templates $LIMS_SERVER_NAME
unzip -d $LIMS_SERVER $INSTALL/openBIS-server*.zip unzip -d $LIMS_SERVER $INSTALL/openBIS-server*.zip
$LIMS_SERVER/openBIS-server/install.sh $PWD/$LIMS_SERVER $LIMS_SERVER/service.properties $LIMS_SERVER/roles.conf $LIMS_SERVER/openBIS-server/install.sh $PWD/$LIMS_SERVER $LIMS_SERVER/service.properties
wait_for_server wait_for_server
else else
copy_templates $LIMS_SERVER_NAME copy_templates $LIMS_SERVER_NAME
......
[DefaultRoles]
user
[Roles]
etlserver = etlserver
admin = test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment