User Login Restriction

User Login Restriction

N2FE supports restricting specific user types from logging into the application.

SMF Users

N2FE supports the white listing of IP addresses that are allowed to use SMF users to login to the application.

Whether the ability to login as an SMF User is restricted to specific hosts can be configured within the main N2FE configuration file /etc/jarvis/n2fe.xml. Within the login configuration XML element the following XML fragment can be altered as required.

<!--<parameter name="restrict_sms_users_to_hosts" value=""/>-->

If commented no host restrictions will apply.

If uncommented only comma separated hosts specified within the value tag will be allowed to login with an SMF User.

If left empty all hosts will be allowed.

Specifying * will restrict all hosts.

ACS Users

N2FE supports the white listing of IP addresses that are allowed to use ACS users to login to the application.

Whether the ability to login as an ACS User is restricted to specific hosts can be configured within the main N2FE configuration file /etc/jarvis/n2fe.xml. Within the login configuration XML element the following XML fragment can be altered as required.

<!--<parameter name="restrict_acs_users_to_hosts" value=""/>-->

If commented no host restrictions will apply.

If uncommented only comma separated hosts specified within the value tag will be allowed to login with an ACS User.

If left empty all hosts will be allowed.

Specifying * will restrict all hosts.

Customer SN Users

N2FE supports the white listing of IP addresses that are allowed to use ACS Customer SN users to login to the application.

Whether the ability to login as an SN User is restricted to specific hosts can be configured within the main N2FE configuration file /etc/jarvis/n2fe.xml. Within the login configuration XML element the following XML fragment can be altered as required.

<!--<parameter name="restrict_sn_users_to_hosts" value=""/>-->

If commented no host restrictions will apply.

If uncommented only comma separated hosts specified within the value tag will be allowed to login with an ACS User.

If left empty all hosts will be allowed.

Specifying * will restrict all hosts.