Hi,

just received a new server with kixtart on it. Work brilliant for group mappings, so when somebody belonging to group Systeembeheer logs in they get the right mapping to the server (Z:works fine). Somehow though this doesn´t seem to apply for single users. This is my (probably super simple) script:


if ingroup("!Systeembeheer")
use Z: "\\vob-srv\groepen\Systeembeheer"
endif

; --- For a user called groep8 ---

if @userid = "groep8"
use j: "\\vob-svr\groepen\Groep78\Groep 8"
endif

use G: "\\vob-srv\groepen\Iedereen"

All mappings work good except for the users. I´ve tried syntax changes (@USERID and @userid), single colons (or whatever they are called )but neither option seems to work.

Question is: why? should there be a separate function saved in the login directory (just like ingroup)? where does this go wrong? It must be possible to change mappings for each individual user...
Thanks in advance!
Thor.