You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example connection string, notice the (connection lost) at the end. If the module performed an UNBIND operation, we would not receive this error.
Nov 3 12:07:37 y slapd[11164]: conn=1037 fd=25 ACCEPT from IP=x.x.x.x:35998 (IP=z.z.z.z:636)
Nov 3 12:07:37 y slapd[11164]: conn=1037 fd=25 TLS established tls_ssf=256 ssf=256
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=0 BIND dn="" method=128
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=0 RESULT tag=97 err=0 text=
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=1 SRCH base="" scope=0 deref=2 filter="(objectClass=)"
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=1 SRCH attr=namingcontexts
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=2 SRCH base="dc=x,dc=gov" scope=0 deref=2 filter="(objectClass=)"
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=2 SRCH attr=contextCSN
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=2 SEARCH RESULT tag=101 err=0 nentries=1 text=
++++. UNBIND should happen here ++++++
Nov 3 12:07:37 y slapd[11164]: conn=1037 fd=25 closed (connection lost)
The text was updated successfully, but these errors were encountered:
awvinson
changed the title
The module does not UNBIND properly when cloding connections
The module does not UNBIND properly when closing connections
Nov 3, 2022
awvinson
changed the title
The module does not UNBIND properly when closing connections
The module does not UNBIND when closing connections
Nov 3, 2022
An example connection string, notice the (connection lost) at the end. If the module performed an UNBIND operation, we would not receive this error.
Nov 3 12:07:37 y slapd[11164]: conn=1037 fd=25 ACCEPT from IP=x.x.x.x:35998 (IP=z.z.z.z:636)
Nov 3 12:07:37 y slapd[11164]: conn=1037 fd=25 TLS established tls_ssf=256 ssf=256
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=0 BIND dn="" method=128
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=0 RESULT tag=97 err=0 text=
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=1 SRCH base="" scope=0 deref=2 filter="(objectClass=)"
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=1 SRCH attr=namingcontexts
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=2 SRCH base="dc=x,dc=gov" scope=0 deref=2 filter="(objectClass=)"
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=2 SRCH attr=contextCSN
Nov 3 12:07:37 y slapd[11164]: conn=1037 op=2 SEARCH RESULT tag=101 err=0 nentries=1 text=
++++. UNBIND should happen here ++++++
Nov 3 12:07:37 y slapd[11164]: conn=1037 fd=25 closed (connection lost)
The text was updated successfully, but these errors were encountered: