[RADIATOR] Authby LSA and groups not working (redux)

2010-09-29 Thread Johnson, Neil M
I whipped up a script based on what I could find in the source code to test group membership and it doesn't seem to matter if the group is local or global, it can't find it: #!c:\perl64\bin\perl.exe use strict; use Win32::NetAdmin; my $User = "nmjoo"; my $Group = "ITS-WIRELESS"; my $Domain =

Re: [RADIATOR] Authby LSA and groups not working (redux)

2010-09-29 Thread Mike McCauley
Hello Neil, tests here show that your script (suitably modified) works provided you run it on the PDC as the administrator. Is that how you are testing? Cheers. On Thursday 30 September 2010 03:18:24 am Johnson, Neil M wrote: > I whipped up a script based on what I could find in the source co