Dieter Wimberger
Dieter Wimberger
Hi Hayoung, crowd-ldap-server is a proxy-server with an adapter that receives LDAP requests and tries to adapt/convert/fullfill these with calls to the REST API for Crowd. It currently does not...
There was no requirement to implement a fully functional LDAP Server, so really only authentication within the boundaries of the apps I needed to integrate so far really works. This...
I added a note about this to the Wiki actually :) https://github.com/dwimberger/crowd-ldap-server/wiki Yes it is missing functionality. And no, queries are not forwarded, they hare handled by a custom partition...
http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html javax.net.ssl.SSLHandshakeException: no cipher suites in common
Why not use the Radius counterpart? https://github.com/dwimberger/crowd-radius-server
``` seams to be missing some of the files comparing to files on the GitHub ``` The binary distribution that can be downloaded from Atlassian actually downloads from the binary...
``` I know you say PAP only. Where exactly do we set that?, and what part of the communication should use the PAP? User to AP, AP to Radius, Radius...
@ 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....
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...
Likely something related to the Apache Directory Server: https://issues.apache.org/jira/browse/DIRSERVER-1404 https://issues.apache.org/jira/browse/DIRSERVER-1432 Given the amount of API changes between Apache Directory Server versions, it will require quite some work to upgrade....