dwimberger / crowd-ldap-server

Implementation of an LDAP server that delegates authentication to an Atlassian Crowd installation using the Crowd REST API.
Apache License 2.0
71 stars 59 forks source link

Support Crowd 2.7.x #14

Closed Fjodor42 closed 8 years ago

Fjodor42 commented 10 years ago

First of all: Brilliant idea!

Next, though, Crowd 2.7.0 has been out for quite some time, and 2.7.1 has been released as well. I don't know how much work it would be to support 2.7 - I don't even know if it should just work anyway - but it would be super if support could be added.

SEBiGEM commented 10 years ago

I have successfully tested the current 1.0.4-SNAPSHOT version (built from the Git repository sources) with Crowd 2.7.1. You can set the version for the crowd-integration-client-rest artifact in the pom.xml from 2.3.6 to a higher version (e.g. 2.7.1) if you want, but it makes the resulting jar file only bigger and doesn’t seem to affect the functionality.

dwimberger commented 8 years ago

Recently verified against Crowd 2.8.3 without problems. Locally this is easy to achieve with the Atlassian Plugin SDK.