Finding the current security group

  • Thread starter Thread starter John Baker
  • Start date Start date
J

John Baker

How can I get the string for the Current security group? I have found that I
can use CurrentUser to return the current user, but how can I find the
group
the user belongs to?

Any help greatly appreciated.


John Baker
 
John said:
How can I get the string for the Current security group? I have found
that I can use CurrentUser to return the current user, but how can I
find the group
the user belongs to?

Keep in mind that a user can be a member of more than one group. You'll
find functions in the security FAQ you can use to
determine if a user is a member of a group
list the groups a user is a member of

http://support.microsoft.com/?id=207793
 
Back
Top