From: <mi...@st...> - 2003-05-08 12:12:05
|
Michael Engelhart wrote: > ldap.PROTOCOL_ERROR: {'info': 'requested protocol version not allowed', 'desc': 'Protocol error'} Set l.protocol_version to match your server configuration. Most times set it to 3 (ldap.VERSION3) since LDAPv2 servers get rare... Ciao, Michael. |