Top "Python-ldap" questions

python-ldap provides an object-oriented API to access LDAP directory servers from Python programs

Python-LDAP simple_bind_s timeout

Is there a way to set timeout for "simple_bind_s" in python-LDAP manually? I have tested ldapObject.timeout = 10 it …

python timeout python-ldap
How do I query large security groups with LDAP?

LDAP Library: python-ldap I am trying to query a security group with around 1,000 users to get the list of members. …

active-directory ldap python-ldap
ldap3 operation: SEARCH seems to fail (search_filter syntax vs RFC4515)

Edit: tl;dr - The search_filter argument used in SEARCH might be non conforming with RFC4515. I've got a …

python-3.4 django-1.8 python-ldap
How do I search for an object in LDAP based on its dn, in python-ldap?

I am trying to use e.g. the search_s function to search for an object based on its full …

ldap python-ldap
Conditional __debug__ statement not executed though __debug__ is True

Short Version I have a section of code I'm debugging that checks the value of __debug__ and executes some code …

python debugging iis-7 python-ldap
ldap3 python add user to group

I'm writing a small script using python-ldap3 to generate dummy users and groups. I'm having trouble linking a user with …

python-3.x ldap python-ldap