Re: Group Membership in Active Directory Query

2007-02-16 Thread Tim Golden
Kooch54 wrote: >> Thanks for your response and Uwe I apologize if I misunderstood >> and misinterpreted your comments. I am sorry. >> I have tried Tim's module called active_directory and it works really >> well. But I can't figure out how to connect to a specific group is I >> know the comm

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. Although I don't > > > appreciate the slight dig at me. > > > dummy = ldap_obj.

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 alex23
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 slight, 'dummy' generally means 'dummy variable' ie it's just there to ca

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 Uwe Hoffmann
[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_bind_s('[EMAIL PROTECTED]', 'pa

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