tags:

views:

36

answers:

2

On Windows, how do I check to see if an authenticated user (ex: DOMAIN\User) is a member a local or domain group with Ruby?

In this case Ruby is running on Windows Enterprise Server 2003.

A: 

You might want to check out "ruby-activedirectory" and "Ruby And ActiveDirectory" seems like that might be of value.

Ruddy
A: 

Personally, I'd just system out to ifmember.exe

Justin Love