Group.IsMember
Hallo,
Example first:
if User "UserA" is member of Group "G1" and this Group is Member of Group
"G2_parent"
and now problem? I do not know, if this is a problem.
set g1 = getObject("WinNT://domain/G2_parent")
and now:
g1.IsMember("WinNT://domain/userA") return false (not a member)
this means, when I can get membership of user, i must recurse all included
groups??
Vaclav Domin
|