IMPAX 6.5.1 Server Knowledge Base home > Configuring security in IMPAX

Restricting access to CLUI

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

  1. 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.

  2. Log into the Database Server.

  3. Launch CLUI.

  4. 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.

  5. 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'


Required permissions


See also


Topic number: 9312

Applies to: IMPAX 6.5.1 Server Knowledge Base