ERR_5 Attempted operation MODIFY_REQUEST by unauthenticated caller.

2019-07-01 Thread Sergey Mikhno
Dear Emmanuel We are using ApacheDS to authenticate our users. ApacheDS connections are in the connection Apache GenericObjectPool version 2.6. All the connections in the pool have user name and password specified and are authenticated (as far as we understand). We are using TestOnBorrow from the

Re: ERR_5 Attempted operation MODIFY_REQUEST by unauthenticated caller.

2019-07-01 Thread Emmanuel Lécharny
Hi Sergey, this error is produced when an anonymous bind is done. This is ther first check done when any operation is executed (add, search, modify, etc). Sadly, we would need more logs to be able to determinate what could be wrong. Ideally speaking, the right logs would be on 'org.apache

Re: ERR_5 Attempted operation MODIFY_REQUEST by unauthenticated caller.

2019-07-01 Thread Emmanuel Lécharny
Hi Sergey, you can use the 'org.apache.directory.api.CODEC_LOG' logger to get a trace of every received and sent PDU. This is quite verbose. That would probably be easier than using wireshark and correlate the traces with the server logs... On 01/07/2019 13:11, Emmanuel Lécharny wrote: Hi

Re: ERR_5 Attempted operation MODIFY_REQUEST by unauthenticated caller.

2019-07-01 Thread Emmanuel Lécharny
On 01/07/2019 15:51, Sergey Mikhno wrote: Thank you, Emmanuel, We'll activate this logger and see what happens. The idea is just to rule out the possibility that a Anonymous request is done. There are two possibility for that to happen : - an anonymous bind followed by a request. In this