mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 00:33:43 -05:00
ITS#6418
This commit is contained in:
parent
40065adb4d
commit
88f5f39472
2 changed files with 7 additions and 4 deletions
|
|
@ -297,7 +297,7 @@ fi
|
|||
|
||||
echo "Using ldapsearch to retrieve all the entries..."
|
||||
$LDAPSEARCH -S "" -b "$METABASEDN" -h $LOCALHOST -p $PORT3 \
|
||||
'objectClass=*' > $SEARCHOUT 2>&1
|
||||
'(objectClass=*)' > $SEARCHOUT 2>&1
|
||||
RC=$?
|
||||
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
|
|
@ -312,7 +312,7 @@ $LDIFFILTER < $SEARCHOUT > $SEARCHFLT
|
|||
echo "Filtering original ldif used to create database..."
|
||||
$LDIFFILTER < $METACONCURRENCYOUT > $LDIFFLT
|
||||
echo "Comparing filter output..."
|
||||
$CMP $SEARCHFLT $LDIFFLT > $CMPOUT
|
||||
$BCMP $SEARCHFLT $LDIFFLT > $CMPOUT
|
||||
|
||||
if test $? != 0 ; then
|
||||
echo "comparison failed - slapd-meta search/modification didn't succeed"
|
||||
|
|
|
|||
|
|
@ -52,7 +52,10 @@ chase-referrals yes
|
|||
|
||||
uri "@URI1@o=Example,c=US"
|
||||
suffixmassage "o=Example,c=US" "dc=example,dc=com"
|
||||
pseudorootdn "cn=manager,dc=example,dc=com"
|
||||
pseudorootpw secret
|
||||
idassert-bind bindmethod=simple
|
||||
binddn="cn=manager,dc=example,dc=com"
|
||||
credentials=secret
|
||||
mode=none
|
||||
idassert-authzFrom "*"
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
Loading…
Reference in a new issue