Re: Group Membership in Active Directory Query

2007-02-16 Thread Kooch54
On Feb 8, 8:44 am, "Kooch54" <[EMAIL PROTECTED]> wrote: > On Feb 7, 7:52 pm, "alex23" <[EMAIL PROTECTED]> wrote: > > > > > On Feb 8, 4:27 am, [EMAIL PROTECTED] wrote: > > > > First and foremost thanks for the feedback. Altho

Re: Group Membership in Active Directory Query

2007-02-08 Thread Kooch54
On Feb 7, 7:52 pm, "alex23" <[EMAIL PROTECTED]> wrote: > On Feb 8, 4:27 am, [EMAIL PROTECTED] wrote: > > > First and foremost thanks for the feedback. Although I don't > > appreciate the slight dig at me. > > dummy = ldap_obj.simple_bind.. > > I _really_ don't think Uwe was intending any sligh

Re: Group Membership in Active Directory Query

2007-02-07 Thread kooch54
On Feb 7, 11:56 am, Uwe Hoffmann <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > ldap_obj = ldap_obj.simple_bind_s('[EMAIL PROTECTED]', > > 'password') > > > AttributeError: 'NoneType' object has no attribute 'search_Ext_s' > > dummy = ldap_obj.simple

Re: Group Membership in Active Directory Query

2007-02-07 Thread kooch54
On Feb 7, 9:22 am, [EMAIL PROTECTED] wrote: > I am trying to write a script to simply query the group members in an > active directory group. I need to use LDAP to make sure I capture any > global > global group nestings that may occur. I already have a > function that uses WinNT provider to capt

Group Membership in Active Directory Query

2007-02-07 Thread kooch54
I am trying to write a script to simply query the group members in an active directory group. I need to use LDAP to make sure I capture any global > global group nestings that may occur. I already have a function that uses WinNT provider to capture this info from NT4 or AD domains and it works be