Hi,

I'm using kixtart ver. 4.22 on W2K server and XP SP1/W2K Pro SP4. My problem is that Ingroup does not work on new domain groups. I have tried deleting the Tokencache entry in the registry on the client but it does not help.

My script looks like this:

IF INGROUP("KIXTEST")
? "test"
sleep 3
ENDIF

Nothing happens even though the user is in the group Kixtest and the AD servers have had time to replicate. If I change the script to:

IF INGROUP("IT")
? "test"
sleep 3
ENDIF

Where the user has been member of the IT group for a long time it is working.

In the Tokencache entry the DOMAIN\KIXTEST never appears.

Any suggestions?

Regards

Brian