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
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.
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
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
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
[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
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