Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
88f5f394
Commit
88f5f394
authored
Dec 08, 2009
by
Pierangelo Masarati
Browse files
ITS
#6418
parent
40065adb
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/data/regressions/its4448/its4448
View file @
88f5f394
...
...
@@ -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
$
B
CMP
$SEARCHFLT
$LDIFFLT
>
$CMPOUT
if
test
$?
!=
0
;
then
echo
"comparison failed - slapd-meta search/modification didn't succeed"
...
...
tests/data/regressions/its4448/slapd-meta.conf
View file @
88f5f394
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment