Method 1 – Online Interceptor Loads Password Exit

When the Online Interceptor task is started, it replaces any existing site password exit and keeps the address of the site exit. When the Connector for ACF2 password exit is called, it will first do its own processing, and then call the site exit, based upon the address saved at startup.

The module name which functions as the password exit and is called by the Online Interceptor is CTS2NPX.

Note

  • When multiple password exits exist and problems such as loop or abends occur, SailPoint recommends that you use the "ACF2 loads password exit" method (described below).

  • If two or more instances of Connector for ACF2 on the same machine use the dynamic installation of the new password exit, restrictions apply to the order in which the Online Interceptors for each instance of Connector for ACF2 are shut down. For more information, see Starting and Stopping the Online Interceptor.

  • If you issue the command F ACF2,REFRESH, the Connector for ACF2 password exit will be replaced by the default password exit. If the above command is issued, the Online Interceptor must be recycled to re-install the password exit.

To set up the Online Interceptor to load the ACF2 new password exit, perform the following:

  1. Edit member RSSPARM in the Connector PARM library.

  2. The parameter ONLI_DYNAM_NPX defines whether the Connector Online Interceptor will dynamically install NEWPXIT when it is started.

    Set the ONLI_DYNAM_NPX parameter to Y.

  3. Save the member

Note
Dynamic installation of the ACF2 new password exit is complete. Exit NEWPXIT is dynamically installed when the Online Interceptor is started.