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.
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.
You might want to check out "ruby-activedirectory" and "Ruby And ActiveDirectory" seems like that might be of value.