Teodor Ivanov wrote:

> The statement '"global group" can only contain domain users' is true only for 
> MS domains running in mixed mode ( I mean the OS of primary domain controller 
> is
> Windows 2000 or 2003 ), but if it is in native 2000 or native 2003 mode, then
> the global security groups can contain other security groups:
> http://technet2.microsoft.com/windowsserver/en/library/95107162-47eb-4891-832f-0c0b15b7c8581033.mspx?mfr=true
> and independant from NetGroupGetUsers documentation:
> http://msdn2.microsoft.com/en-us/library/aa370430.aspx
> it returns just the 'user members', but not the 'group members'. 
> Does anybody have an ideia how to get the 'group members' of a group from 
> domain
> running in native mode, as well?

I seem to have missed the start of this thread, but is
there anything to stop you interrogating AD for this info?

If not, then have a look at these examples:

   http://tgolden.sc.sabren.com/python/ad_cookbook.html

TJG
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to