Re: [python-win32] AD group membership - recursive query

2007-06-26 Thread Tim Golden
M K wrote: > What I'm trying to do is build a program against a Microsoft Active > Directory that will find all group memberships for the current user. > Because we have nested groups, it will need to do so recursively. > > I wanted to share this before I delve any further to make sure I'm not >

[python-win32] AD group membership - recursive query

2007-06-26 Thread M K
Hello there, First let me say that I'm new to both Python and LDAP programming in general, so you can safely assume that I'm coding somewhat blindly. What I'm trying to do is build a program against a Microsoft Active Directory that will find all group memberships for the current user. Because w