On 07/19/2018 10:28 AM, Li, Jiajia wrote:
> Hi Stefan,
> 
> Thanks for your reminder, I've replaced JDNI with LDAP API in the following 
> commit:
> 
> commit d1055af7e8508e0ad81fadaaf3dd860ab1131ee7
> Author: plusplusjiajia <[email protected]>
> Date:   Thu Jul 19 15:46:16 2018 +0800
> 
>     DIRKRB-724 Replace JNDI with LDAP API in LDAP plugin.

Cool :)

> Because I am not familiar with LDAP API, I have one question, it will throw 
> exception when I start the server:
> 
> after I adding the following dependency, it works.
>        <dependency>
>             <groupId>org.apache.directory.api</groupId>
>             <artifactId>api-ldap-codec-standalone</artifactId>
>             <version>1.0.0</version>
>         </dependency>
> 
> Is the method correct?

Yes, that's the minimal solution. The other option would be to use
"api-all" but that contains more dependencies.

Kind Regards,
Stefan

Reply via email to