python-ldap: searching without specifying an OU?

hotani hotani at gmail.com
Wed Apr 23 14:45:42 EDT 2008


This fixed it!
http://peeved.org/blog/2007/11/20/

By adding this line after 'import ldap', I was able to search from the
root level:
ldap.set_option(ldap.OPT_REFERRALS, 0)



More information about the Python-list mailing list