Re: [Studio] Apache Directory Studio not able to authenticate using GSSAPI (Kerberos)

2016-09-30 Thread Ali, Saqib
Emmanuel, Here is the Java version: $ java -version java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) On Thu, Sep 29, 2016 at 10:41 PM, Emmanuel Lécharny wrote: > Le 30/09/16 à 00:38, Ali, S

Embedded LDAP server with TLS enabled

2016-09-30 Thread Stéphane THIBAUDEAU
Hello, I'm trying to create an embedded LdapServer for testing purposes. I managed to launch a server which can be accessed in plain and TLS mode with the code below. public void startServer() throws Exception { server = new LdapServer(); int serverPort = 10390