Le 7/20/13 2:22 AM, Ado Dao a écrit :
> Hi Emmanuel,
> thanks for your answer.
>
> From DefaultCoreSession.java:
> ...
> public SocketAddress getClientAddress()
> {
> if ( ioSession != null )
> {
> return ioSession.getRemoteAddress();
> } else {
> return null;
> }
> }
> ...
>
>
> In Anonymous Mode is the IOSession == null. Only in Authentication Mode is
> the IOSession != null.You are doing a search without a bind, I guess ? -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
