IMPAX 6.5.1 Server Knowledge Base home > Configuring security in IMPAX
Access to CLUI can be restricted to specific users, increasing the security of your system. To restrict access, you must assign the CLUI privilege to the users that should have CLUI access and you must enable authentication in CLUI so that only users that have the CLUI privilege can sign into CLUI.
To restrict access to CLUI
In the IMPAX Client, for the appropriate role, create or edit the appropriate permission and select CLUI from the PACS Server operations list, per Assigning operations to a permission.
Log into the Database Server.
To check the current login setting for CLUI, type
select * from MAP_INI where ini_section = 'SECURITY'
The login setting for CLUI is stored in FORCE_CLUI_LOGIN. If it is set to FALSE, any user can access CLUI.
To update the login settings so that only users with the CLUI privilege can access CLUI, type
update map_ini set ini_value = 'TRUE' where ini_key = 'FORCE_CLUI_LOGIN' and ini_section = 'SECURITY'
See also
Assigning operations to a permission
Topic number: 9312 Applies to: IMPAX 6.5.1 Server Knowledge Base |