Dear Kixprofessionals,

Ingroup seems to be an issue although it is no new feature.
I read through many postings regarding this function but my burning questions were not answered so I try here.

I have the following problem:

We once had a nice NT4-domain (DomainA) with codepieces like:
Code:

If INGROUP("Usergroup")
Use H: "\\$logonserver\branch$$"



which ran very satisfying.

Now we are migrating to AD (DomainB) and on all new machines, which have machineaccounts only in the domain which was invented for migration-purposes, the users cannot map drives if the function Ingroup is used.

All mappings using the "use"-Function run and map just fine.
Old machines run and map just fine.

I already tried to specify the domain from which the group should be taken:
Code:
   
If INGROUP("domain\Usergroup")
Use H: "\\$logonserver\branch$$"


but it does not help.

My Questions:
1) On which domain (DomainA or DomainB) does KIX check for groupmembership?
2) Where does Kix find out, in which domain it should check for groupmembership?
_________________________
Serenity: You can't stop the Signal!