[Zope] error adding ST LDAP Manager object
Jens Vagelpohl
jens@zope.com
Mon, 2 Sep 2002 22:06:10 -0400
this problem has nothing to do with credentials or authentication. it=20
comes from the python-ldap module itself.
it seems the ST LDAP Manager cannot deal with the LDAP protocol=20
(version 2 or version 3) that your LDAP server supports.
the LDAPUserFolder itself has provisions to check for this type of=20
error and set the protocol accordingly, ST LDAP Manager does not.
jens
On Saturday, Aug 31, 2002, at 08:03 US/Eastern, Oliver Skiebe wrote:
> hi,
>
> we are using LDAP User Folder connecting to openldap;
> adding an ST LDAP Manager instance fails with
>
>
> Error type: BIND_FAILURE
> Error value:
> Description: Failed to perform an anonymous bind to the LDAP=20=
> server.
> Source: ldap.PROTOCOL_ERROR
> args: ({'desc': 'Protocol error', 'info': 'requested protocol=20
> version not
> allowed'},)
>
>
> To me it looks like an authentication prob; however, there=B4s no =
option=20
> to
> pass any credentials; Ithought ST LDAP Manager would use the LDAP User
> Folder=B4s acquired credentials.
>
> Any ideas?
>
> Thank you,
> Oliver