-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL and authentication questions #12
Comments
@ 1) Could you share your configuration details (without your secrets)? The error sounds like SSL was not enabled, or like the LDAPS connection talks to a non SSL listener. @ 2) It means, that you cannot retrieve the secrets (usually stored as hashes) through the server to compare them yourself against a hash you produce yourself from the password. Yes you can authenticate, the BIND is the standard operation. However, some products work differently (retrieving the hashes as described before) and these are not supported. Therefore I made the note in the Wiki :) |
On Wed, 15 Jan 2014, dwimberger wrote:
Here is our 'crowd-ldap-server.properties'. Let me know if there is Crowd LDAP Server Configurationlistener.port=636 #LDAPS ssl.enabled=true
Thanks, I'll have to see if that will work with the app I am trying to John |
Here is another error message I get on the client side: additional info: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol |
John: Your error messages somehow indicate that there is no SSL response from the server. So either the client is connecting to the wrong server or the server startup is going wrong and only a normal listener is started on the port. Two things that come to mind:
Regards, |
On Tue, 28 Jan 2014, dwimberger wrote:
Yes, we tried that first thing. That is one of the ways we knew SSL
Here: [11:03:26] INFO [net.wimpi.crowd.ldap.CrowdLDAPServer] - Configuration thanks, John |
(1) One of my colleagues just installed this, but ldaps does not seem to work at all. When I try to use ldaps I get this error:
[16:23:35] ERROR [org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar] - ERR_00001 Bad transition from state START_STATE, tag 0x80
[16:23:35] WARN [org.apache.directory.server.ldap.LdapProtocolHandler] - Unexpected exception forcing session to close: sending disconnect notice to client.
org.apache.mina.filter.codec.ProtocolDecoderException: org.apache.directory.shared.ldap.message.ResponseCarryingMessageException: ERR_00002 Bad transition !
(2) Out primary purpose of setting this up was to use it as an authentication source, not authorization. However the wiki also says: "Authentication can only be achieved through a BIND operation." What does that mean? That it isn't really usable for authentication?
Thanks for any help.
The text was updated successfully, but these errors were encountered: