VPN Client and AFM can be customized to authenticate users from different AuthMinder organizations that are configured in AuthMinder Server. The users are shown a list of organizations on the login screen of the VPN Client application. If multiple organizations are defined in the aidauth.jsp file, then a drop-down list appears with the list of organizations. This list can be customized by editing the following line in the aidauth.jsp file.
String orgnamelist = "DEFAULTORG,GROUPA,GROUPB"
Note: On Apache Tomcat, the aidauth.jsp file is available in the <Application_Server_Home>/webapps/arcotafm/vpn directory. If you are using other application servers, then refer to the application server vendor documentation for the corresponding path.
In the above example, organization names are separated by a comma (,), which is also the default delimiter. To change the default delimiter, you must make the following changes:
orglistDelimiter=;
|
Copyright © 2013 CA.
All rights reserved.
|
|