Ticket 48210 - Add IP addr and connid to monitor output
Description: Add the IP address and connection id to the "connection"
attribute under cn=monitor:
Previous "connection" format:
FD:DATE:OPS_INITIATED:OPS_COMPLETE:GET_BER:BIND_DN:MAX_THREAD_STATE:MAXTHREAD_COUNT:MAX_THREAD_BLOCKED
connection: 64:20170711175127Z:1:1:-:cn=dm:0:0:0
New "connection" format:
FD:DATE:OPS_INITIATED:OPS_COMPLETE:GET_BER:BIND_DN:MAX_THREAD_STATE:MAXTHREAD_COUNT:MAX_THREAD_BLOCKED:CONNID:ip=IP_ADDR
connection: 64:20170711175127Z:1:1:-:cn=dm:0:0:0:1:ip=127.0.0.1
connection: 65:20170711200508Z:2:1:-:cn=dm:0:0:0:5:ip=::1
https://pagure.io/389-ds-base/issue/48210
Reviewed by: firstyear(Thanks!)