Custom configuration for a Logon Agent instance

There are Logon Agent settings that can be configured locally in the configuration file for an agent instance.

  • The UserServerWaitTime parameter ensures that User Service is running before Logon Agent starts
    Default 1 [second]
    Options 0 or greater
    Required No
    Synopsis

    Logon Agent cannot communicate data to Filtering Service if User Service is not running.

    When this parameter is set to 0, Logon Agent starts even if User Service is down.

    To adjust the settings for this parameter:
    1. Stop the Websense Logon Agent service.
      • Windows: Use the Services tool.
      • Linux: Use the /opt/Websense/WebsenseDaemonControl command.
    2. Navigate to the bin directory (C:\Program Files\Websense\Web Security\bin or /opt/Websense/bin/, by default) and open the authserver.ini file in a text editor.
    3. Modify the value of UserServerWaitTime as needed.
    4. Save and close the INI file.
    5. Start Logon Agent.
  • Logon Agent can be configured for environments that use a single domain controller.
    1. Stop the Websense Logon Agent service.
      • Windows: Use the Services tool.

        Linux: Use the /opt/Websense/WebsenseDaemonControl command.

    2. Navigate to the bin directory (C:\Program Files\Websense\Web Security\bin or /opt/Websense/bin/, by default) and open the authserver.ini file in a text editor.
    3. Locate or add a [ServerMap] section.
    4. In that section, add the line:

      USER DOMAIN=pdc hostname=pdc ip address

      Where USER DOMAIN is the primary domain name, hostname is the hostname of the primary domain controller, and ip address is the IP address of the primary domain controller.

    5. Save and close the file.
    6. Start Logon Agent.