python-ldap Questions
1
Solved
Short Version
I have a section of code I'm debugging that checks the value of __debug__ and executes some code if it is True.
if __debug__:
<stuff happens>
The problem is that "stuff" ne...
Lawmaker asked 9/3, 2013 at 0:29
2
Solved
Similar to this question, I am trying to perform simple authentication to a 2003 Active Directory using python ldap (CentOS 6.2 x86_64, Python 2.6.6, python-ldap 2.3.10).
Despite following all the...
Wonderstricken asked 23/5, 2012 at 18:38
4
Solved
Trying to install python-ldap for my Django project -- so far tried easy_install, pip, as well as building myself, but still getting the same errors:
dlopen(/Library/Python/2.6/site-packages/_ldap...
Starstarboard asked 25/6, 2011 at 1:1
1
Solved
I am trying to use e.g. the search_s function to search for an object based on its full distinguished name, but am not finding this to be convenient. For example,
search_s('DC=example, DC=com', ld...
Gerdi asked 18/1, 2011 at 22:1
© 2022 - 2024 — McMap. All rights reserved.