From: Michael S. <mi...@st...> - 2009-07-13 09:37:47
|
Thorsten Kampe wrote: > [4]>>> connection.search_s('ou=system', ldap.SCOPE_SUBTREE, > filterstr='(cn=*)', attrlist = ['cn'], attrsonly = True) Just a wild guess: Could you please try again with attrsonly=1. Note that this API has its roots in Python 1.x times where there was no Boolean True/False type. It would be worth handling that gracefully though. Ciao, Michael. |