mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-04-28 18:06:39 -04:00
connid is unsigned; offset real conns by maxrid + 1
This commit is contained in:
parent
c315ede9d5
commit
787e53e6a4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
dn: cn=Connection 1,cn=Connections,cn=Monitor
|
||||
dn: cn=Connection 1001,cn=Connections,cn=Monitor
|
||||
structuralObjectClass: monitorConnection
|
||||
monitorConnectionProtocol: 3
|
||||
monitorConnectionOpsReceived: 2
|
||||
|
|
@ -11,7 +11,7 @@ monitorConnectionWrite: 0
|
|||
monitorConnectionMask: rx
|
||||
monitorConnectionListener: ldap://localhost:@PORT1@/
|
||||
monitorConnectionLocalAddress: IP=127.0.0.1:@PORT1@
|
||||
entryDN: cn=Connection 1,cn=Connections,cn=Monitor
|
||||
entryDN: cn=Connection 1001,cn=Connections,cn=Monitor
|
||||
|
||||
dn: cn=Connections,cn=Monitor
|
||||
structuralObjectClass: monitorContainer
|
||||
|
|
|
|||
Loading…
Reference in a new issue