* Thorsten Kampe (Sun, 12 Jul 2009 19:18:52 +0200) > 1. when I run a query with attrlist = [''] - this actually returns all > attributes (like "attrlist = []" or "attrlist = None") - while in Active > Directory and eDirectory the server returns no attributes at all. Is > that intended?
I changed "attrlist = ['']" to "attrlist = ['1.1']" (from the ldapsearch manpage - not very intuitive to say the least) and that worked. Thorsten
