|
(Apologies if this forum isn't for errors, etc. I posted on the Cramsession board too:)
I am having an Ingroup problem here -- my environment is 2 domains trusted, one flat NT4 domain and the other W2K Active Directory. I went from 3.63 to 4.02 to take advantage of the AD features as we plan to migrate soon, and I modified my Ingroup syntax to be compat with 4.02 (removing " = 2 " type stuff for local groups, etc). Since upgrading calls come in from users who are not getting drive mappings at all, or getting them sporadically.
I wrote up the following script to display a users groups and ran it under 3.63 & 4.02, and 3.63 is ALWAYS 100% accurate *BUT* 4.02 displays some groups twice and doesn't list ALL groups a user is a member of - it's particularly missing NT4 groups, but listed AD domain groups & local machine groups accurately. Any help is appreciated, here's the script that shows the problem when run on both versions of KIX:
$Index = 0 DO $Group = ENUMGROUP($Index) $Index=$Index+1 ? $Group UNTIL Len($Group) = 0
Thank you, Julian West
|