Hi! I've got a working Kixtart login script (Kixtart is great!) however I'm trying to modify a group and it will not map that group to a drive.

The original line is:

select
case ingroup("Administration List")
use g: "\\fileserv\shared\administration"
endselect

I want to change it to:

select
case ingroup("AIST")
use g: "\\fileserv\shared\administration"
endselect

I simply replace Administration List with AIST and the drive won't map. I've tried to create another script with no variables and I don't get the mapping. However when I change AIST back to Administration List it works again. I've checked rights and permissions on the server and those are all working correctly.

Any ideas?

Thank you
Laura