RE: Max Concurrent LDAP Connections to ApacheDS server

2014-08-01 Thread Nick Duan
/08/2014 05:04, Nick Duan a écrit : > Thanks Emmanuel. Is there any way to know or monitor the number of > concurrent connections in ApacheDS? Thanks! >From the top of my head, there are some possibility to monitor the number of >opened session in MINA (the underlying networ

RE: Max Concurrent LDAP Connections to ApacheDS server

2014-07-31 Thread Nick Duan
Thanks Emmanuel. Is there any way to know or monitor the number of concurrent connections in ApacheDS? Thanks! ND -Original Message- From: Emmanuel Lécharny [mailto:elecha...@gmail.com] Sent: Thursday, July 31, 2014 6:25 PM To: users@directory.apache.org Subject: Re: Max Concurrent L

RE: Redeploying ApacheDS from Mac to Linux

2013-07-16 Thread Nick Duan
from Mac to Linux Le 7/16/13 4:53 PM, Nick Duan a écrit : > We created ApacheDS LDAP entries on Mac and running without any problems. > When I redeployed the same installation on Linux (packaged the entire > apacheds directory into a tar.gz file), I got the following exception.

RE: Redeploying ApacheDS from Mac to Linux

2013-07-16 Thread Nick Duan
doesn't seem to be the latest version. I presume you used either the zip or tar.gz ApacheDS installer. Is that right ? Regards, Pierre-Arnaud On 16 juil. 2013, at 17:23, Emmanuel Lécharny wrote: > Le 7/16/13 4:53 PM, Nick Duan a écrit : >> We created ApacheDS LDAP entries on M

Redeploying ApacheDS from Mac to Linux

2013-07-16 Thread Nick Duan
We created ApacheDS LDAP entries on Mac and running without any problems. When I redeployed the same installation on Linux (packaged the entire apacheds directory into a tar.gz file), I got the following exception. However, the same installation can be deployed to another Mac without any pro

RE: Shutdown command for ApacheDS

2013-04-05 Thread Nick Duan
: Emmanuel Lécharny [mailto:elecha...@gmail.com] Sent: Friday, April 05, 2013 5:01 PM To: users@directory.apache.org Subject: Re: Shutdown command for ApacheDS Le 4/5/13 8:15 PM, Nick Duan a écrit : > You will need to have the apacheds server running in the foreground in order > to use the Ctr

RE: Shutdown command for ApacheDS

2013-04-05 Thread Nick Duan
-Arnaud Marcelot [mailto:paj...@gmail.com] On Behalf Of > Pierre-Arnaud Marcelot > Sent: Friday, April 05, 2013 10:31 AM > To: users@directory.apache.org > Subject: Re: Shutdown command for ApacheDS > > Hi, > > It depends on the installer you used. > > Which one was

RE: Shutdown command for ApacheDS

2013-04-05 Thread Nick Duan
celot Sent: Friday, April 05, 2013 10:31 AM To: users@directory.apache.org Subject: Re: Shutdown command for ApacheDS Hi, It depends on the installer you used. Which one was it? Regards, Pierre-Arnaud On 5 avr. 2013, at 16:29, Nick Duan wrote: > Is there a graceful way to shut down the

Shutdown command for ApacheDS

2013-04-05 Thread Nick Duan
Is there a graceful way to shut down the ApacheDS server via command line? Thanks! ND

JNID vs. Apache DS API - Reconnect to LDAP

2013-01-29 Thread Nick Duan
One of the problem when using the JNDI API is that it's hard to manage LDAP connections. It is common that LDAP servers close connections that have been idle for a while automatically. When that happens, you will have to restart your app server to be able to re-establish the LDAP connection. Th

RE: Any doc about how to use ApacheDS as a proxy

2012-12-10 Thread Nick Duan
If you are not tied to Apache DS, you may want to consider OpenLDAP. It has the proxy function built in. Is there specific reason/business case for using ApacheDS as LDAP proxy? ND -Original Message- From: Zhang, Wayne [mailto:wzh...@visa.com] Sent: Monday, December 10, 2012 4:43 PM T

RE: Configure LDAPS with 1x and 2x SSL on ApacheDS 2.0 M8

2012-11-25 Thread Nick Duan
2012 at 12:01 AM, Nick Duan wrote: > Could someone share some info/hits on how to setup ApacheDS 2.0 with 1 > way and 2 way SSL (LDAPS)? I was able to enable to run LDAPS in 1 way > SSL with the server using ApacheStudio by enabling the default LDAPS > settings on ApacheDS and

Configure LDAPS with 1x and 2x SSL on ApacheDS 2.0 M8

2012-11-23 Thread Nick Duan
Could someone share some info/hits on how to setup ApacheDS 2.0 with 1 way and 2 way SSL (LDAPS)? I was able to enable to run LDAPS in 1 way SSL with the server using ApacheStudio by enabling the default LDAPS settings on ApacheDS and using the server self-generated certs, but unable to configure