Hello,

I have a perl script that queries a primary domain controller for local
and global groups.  However, it also has the new-and-improved AD
universal groups.

Can Win32::AdminMisc::GetGroups get those, as well?

Using this
Win32::AdminMisc::GetGroups($pdc,GROUP_TYPE_UNIVERSAL,[EMAIL PROTECTED]
st)
Generates the following error:
Argument "GROUP_TYPE_UNIVERSAL" isn't numeric in subroutine entry at
regroup.pl line 83.

I have tried replacing GROUP_TYPE_UNIVERSAL with numbers and come up
with this analogy
0 -> error
1 -> GROUP_TYPE_LOCAL
2 -> GROUP_TYPE_GLOBAL
3 -> GROUP_TYPE_ALL
4 -> error
5 -> mildly unprintable characters with 'NetAdmin::' stuck at the end
6 -> mildly unprintable characters with 'NetAdmin::' stuck at the end
7 -> mildly unprintable characters with 'NetAdmin::' stuck at the end
I stopped at that point.

If it doesn't know about universal groups, can that be added?

Thank you!

Jason DePriest, GSEC, GCFW
Systems and Applications Security Analyst
E-Business Security Team
ph.  (901) 523-5975
fax  (901) 523-5714
email jrdepriest at ftb dot com

-----
"There is no patch for stupidity."

                       _
ASCII ribbon campaign ( )
 - against HTML email  X
             & vCards / \

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to