This topic has 3 replies, 2 voices, and was last updated 5 years, 9 months ago by Bill Nelson.
-
AuthorPosts
-
November 8, 2016 at 2:55 pm #14110
Frotonis
ParticipantHi everybody,
i have problem or maybe i am missing some kind of configuration which have to be made maybe on OpenAM side.
I see in my logs that every second it is called request and i don’t know why and from where. It could be related to persistent search controls?
I am really lost right now, so i will be pleased by any advice.
Here is part of log file i have.
[03/Nov/2016:10:48:00 +0100] BIND REQ conn=21729435 op=1 msgID=2 version=3 type=SIMPLE dn=”uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk”
[03/Nov/2016:10:48:00 +0100] BIND RES conn=21729435 op=1 msgID=2 result=0 authDN=”uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk” etime=0
[03/Nov/2016:10:48:00 +0100] BIND REQ conn=21729436 op=1 msgID=2 version=3 type=SIMPLE dn=”uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk”
[03/Nov/2016:10:48:00 +0100] BIND RES conn=21729436 op=1 msgID=2 result=0 authDN=”uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk” etime=0
[03/Nov/2016:10:48:01 +0100] BIND REQ conn=21729437 op=1 msgID=2 version=3 type=SIMPLE dn=”uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk”
[03/Nov/2016:10:48:01 +0100] BIND RES conn=21729437 op=1 msgID=2 result=0 authDN=”uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk” etime=1
[03/Nov/2016:10:48:01 +0100] BIND REQ conn=21729438 op=1 msgID=2 version=3 type=SIMPLE dn=”uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk”
[03/Nov/2016:10:48:01 +0100] BIND RES conn=21729438 op=1 msgID=2 result=0 authDN=”uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk” etime=0
[03/Nov/2016:10:48:02 +0100] BIND REQ conn=21729439 op=1 msgID=2 version=3 type=SIMPLE dn=”uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk”
[03/Nov/2016:10:48:02 +0100] BIND RES conn=21729439 op=1 msgID=2 result=0 authDN=”uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk” etime=0November 8, 2016 at 3:13 pm #14111Bill Nelson
ParticipantIt wouldn’t be due to persistent controls. A persistent search maintains an active connection and holds it open for a period of time. In OpenAM’s case, I believe it holds it open for 5 minutes and after every bind operation, you would see a search operation.
Is uid=sa_cam,ou=CAM,ou=Apps,dc=st,dc=sk the OpenAM service account used to bind to OpenDJ? I assume so based on your questions, but just want to make sure. Also, does any other application have the credentials for this DN? Is it possible that they may be used by another client – this looks more like a load balancer health check to me. Check the IP address of the TCP/IP connection to verify the origination of the bind operation.
November 8, 2016 at 3:32 pm #14112Frotonis
ParticipantThanks for your answer. I will make steps necessary to investigate my situation. Mainly network connections.
November 8, 2016 at 3:37 pm #14113Bill Nelson
ParticipantYou are welcome. Let us know what you find.
-
AuthorPosts
You must be logged in to reply to this topic.