Procedure to enable full queries
Steps
- On the eDirectory Agent machine, navigate to the bin directory (C:\Program Files\Websense\Web Security\bin or /opt/Websense/bin, by default).
 - Locate the file wsedir.ini and make a backup copy in another directory.
 - Open the original file in a text editor.
 - 
                Locate the following entry:
                
QueryMethod=<N> - 
                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. - 
                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.
 - Save and close the file.
 - Restart the eDirectory Agent service.