First of all, we aren't experiencing any of the related errors (1202, 1311, etc.) described at Troubleshooting Active Directory Replication Problems. We are running under Active Directory (Windows 2000 SP3 w/ hotfixes)and aren't experiencing any replication issues.

The 1332 Application log events appear to occur with any call to Ingroup. I've isolated each one, and just the simplest call to Ingroup("Group Name") or Ingroup("Group1", "Group2, 0) = 1 will generate the event. The groups we are checking are all Global Security Groups in a single domain.

Below is a sample clippet from one example (I've tried with and without the "=1"). In all cases, the code does what we want it to, but generates the 1332 application event.

code:
 ; Bypass Script for LowBandwidth Users users...
If InGroup ("CorpLowBandwidth Users") = 1
At ($Row,4) Chr(254) + " Bypassing Logon Script for users in LowBandwidth Users group " + Chr(254)
Goto Notice
ENDIF

Note that we are only seeing these 1332 errors in the local event logs Window NT, 2k and XP systems when the logon script is processed. These have occurred ever since we have used the current versions of Kix32. Earlier versions don't seem to generate this error.