Hi there,

I've recently implemented kix32 V4.20 to allow drive mappings based on group memberships in our Windows 2000 domain. I'm having a problems with the 'ingroup' function not triggering on long global group names....

eg. one that works = "csfile"
eg. one that doesn't work = "this is a test group"

The if statement is structured as follows:

IF INGROUP("this is a test group")
RUN "net use Q: \\www\ftpsite"
ENDIF

Does anyone know why this isn't working for me?