mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 08:37:48 -05:00
Should work now when using custom SLAPD_BASEPORT setting (ITS#6213)
This commit is contained in:
parent
d45c01c008
commit
22083ce459
2 changed files with 3 additions and 3 deletions
|
|
@ -9,8 +9,8 @@ monitorConnectionGet: 2
|
|||
monitorConnectionRead: 2
|
||||
monitorConnectionWrite: 0
|
||||
monitorConnectionMask: rx
|
||||
monitorConnectionListener: ldap://localhost:9011/
|
||||
monitorConnectionLocalAddress: IP=127.0.0.1:9011
|
||||
monitorConnectionListener: ldap://localhost:@PORT1@/
|
||||
monitorConnectionLocalAddress: IP=127.0.0.1:@PORT1@
|
||||
entryDN: cn=Connection 1,cn=Connections,cn=Monitor
|
||||
|
||||
dn: cn=Connections,cn=Monitor
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ localrewrite='s/=127\.0\.0\.1:/=LOCAL:/; s/=\[::1\]:/=LOCAL:/'
|
|||
echo "Filtering ldapsearch results..."
|
||||
sed -e "$localrewrite" < $SEARCHOUT | . $LDIFFILTER > $SEARCHFLT
|
||||
echo "Filtering expected data..."
|
||||
sed -e "$localrewrite" < $MONITOROUT1 | . $LDIFFILTER > $LDIFFLT
|
||||
. $CONFFILTER < $MONITOROUT1 | sed -e "$localrewrite" | . $LDIFFILTER > $LDIFFLT
|
||||
echo "Comparing filter output..."
|
||||
$CMP $SEARCHFLT $LDIFFLT > $CMPOUT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue