Crowd integration API for implementing a custom directory connector

Marc Colussi November 6, 2011

Hello, I am trying to implement a custom directory connector for one of our legacy sql-server databases and need to create a JAR file by implement the RemoteDirectory interface as described here

However I am having a fair amount of difficulty locating the correct maven package to import. I have tried specifying the crowd repository as described in this page but I continue to get the 'package com.atlassian.crowd.integration.x' does not exist.

Could anyone outline the correct package that needs to be included? Many thanks.

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Colin Goudie
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 6, 2011

I've created custom LDAP directories before with the following import

<dependency>
            <groupId>com.atlassian.crowd</groupId>
            <artifactId>crowd-ldap</artifactId>
            <version>${crowd.version}</version>
            <scope>provided</scope>
        </dependency>

Marc Colussi November 6, 2011

Thank you. that worked.

It also appears that the documentation is very out of date and the names of the packages have changed.

0 votes
Noman Sadiq February 19, 2013

Hi can you please tell me which version you used of crowd-ldap to implement custom directory connector.

Thanks

TAGS
AUG Leaders

Atlassian Community Events