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 server. Source: ldap.PROTOCOL_ERROR args: ({'desc': 'Protocol error', 'info': 'requested protocol version not allowed'},) To me it looks like an authentication prob; however, there´s no option to pass any credentials; Ithought ST LDAP Manager would use the LDAP User Folder´s acquired credentials. Any ideas? Thank you, Oliver
Oliver Skiebe writes:
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 server. Source: ldap.PROTOCOL_ERROR args: ({'desc': 'Protocol error', 'info': 'requested protocol version not allowed'},)
To me it looks like an authentication prob To me, it does not.
The error information unmistakenly says "requested protocal version not allowed". Seems a version incompatibility for me. Dieter
this problem has nothing to do with credentials or authentication. it comes from the python-ldap module itself. it seems the ST LDAP Manager cannot deal with the LDAP protocol (version 2 or version 3) that your LDAP server supports. the LDAPUserFolder itself has provisions to check for this type of 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 server. Source: ldap.PROTOCOL_ERROR args: ({'desc': 'Protocol error', 'info': 'requested protocol version not allowed'},)
To me it looks like an authentication prob; however, there´s no option to pass any credentials; Ithought ST LDAP Manager would use the LDAP User Folder´s acquired credentials.
Any ideas?
Thank you, Oliver
participants (3)
-
Dieter Maurer -
Jens Vagelpohl -
Oliver Skiebe