Re: Query on finding the members inside a nested group inside Active Directory

2008-09-05 Thread Michael Ströder
Alex Davies wrote: > > I am trying to query an AD Domain Controller for some information, and > i'd like to do this without having to install the win32 and AD libraries > for Python. So you want to use python-ldap on Win32. Ok. > I am using the following code to obtain a list of users inside a g

Query on finding the members inside a nested group inside Active Directory

2008-09-04 Thread Alex Davies
Hi Everyone, I am trying to query an AD Domain Controller for some information, and i'd like to do this without having to install the win32 and AD libraries for Python. I am using the following code to obtain a list of users inside a group (test). This works well, but i'd like to be able to add g