problem with filter

Michael Ströder michael at stroeder.com
Mon Aug 12 18:20:12 CEST 2002


Tjabo Kloppenburg wrote:
> 
>>your scope is probably inappropriate. use ldap.SCOPE_BASE.
> 
> s = self.ldap.search_s( dn, ldap.SCOPE_BASE, "objectClass=*" )
> made it.

The filter is still not valid even though the LDAP server might 
accept it. Use "(objectClass=*)" instead and make sure that you 
fully understand RFC2254.

> QUESTION: why doesn't the reply-to tag point to the list?

To avoid flames intended to reach me to be sent to the list. ;-)

Ciao, Michael.






More information about the python-ldap mailing list