-----Original Message----- From: Chad Uretsky [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 9:21 AM To: [email protected] Subject: Win32API::Net - GroupGetUsers
Does anyone have any good experience with Win32API::Net::GroupGetUsers? I'm running a script which uses Win32API::Net::GroupGetUsers to enumerate users in a universal group in AD. Users from two different domains in the AD tree are members of this group. When I enumerate the group with GroupGetUsers, however, only users in the domain under which the group was created show up. For example, given the following information: ... (without the domain listed at the beginning - I just put that there for reference). Does anyone know how to get the GetGroupUsers function to enumerate users from multiple domains who are members of the same universal group? If not, anyone know of another module which may do this better? (I've considered just using Net::LDAP, but the Win32API functions make this so simple). --- snip --- I'd suggest you try Win32::NetAdmin. I cannot guarantee that it will work as it may call the same API functions and I do not have dual domains to test it on in advance, but at least it is another option. Use the Win32::NetAdmin::GroupGetMembers(). Let me know if that works. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
