From: Dave K. <dav...@gm...> - 2010-01-18 14:19:01
|
2010/1/18 Michael Ströder <mi...@st...>: Dave Kirby wrote: [snip] >> but according to the python-ldap >> docs controls are not supported for the search functions even though >> they are for other functions. > > Which version of python-ldap and docs are you referring to? > I was referring to the docs online at http://www.python-ldap.org/doc/html/ldap.html#ldapobject-class and the latest version in CVS at http://python-ldap.cvs.sourceforge.net/viewvc/python-ldap/python-ldap/Doc/ldap.rst?revision=1.11&view=markup. They both say under the LDAPPObject.search_xxx functions: * serverctrls* not implemented yet. * clientctrls* not implemented yet. So I assumed that controls were not implemented for the search functions. I guess the docs need updating. Thanks for the response - I now have enough information to do what I want. Regards, Dave |