Procedure to enable full queries

Steps

  1. On the eDirectory Agent machine, navigate to the bin directory (C:\Program Files\Websense\Web Security\bin or /opt/Websense/bin, by default).
  2. Locate the file wsedir.ini and make a backup copy in another directory.
  3. Open the original file in a text editor.
  4. Locate the following entry:
    QueryMethod=<N>
  5. Update the QueryMethod value as follows:
    • If the current value is 0 (communicate with the directory via LDAP), change the value to 2.
    • If the current value is 1 (communicate with the directory via NCP), change the value to 3.
    Note: If changing this query value slows system performance, return the QueryMethod entry to its previous value.
  6. If the default query interval (30 seconds) is not appropriate for your environment, edit the PollInterval value appropriately.
    Note that the interval time is set in milliseconds.
  7. Save and close the file.
  8. Restart the eDirectory Agent service.