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