Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
32a2838e
Commit
32a2838e
authored
Mar 24, 2003
by
Kurt Zeilenga
Browse files
case checks
parent
bc58f258
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test003-search
View file @
32a2838e
...
...
@@ -83,7 +83,7 @@ fi
echo
"Testing OR searching..."
$LDAPSEARCH
-S
""
-b
"
$BASEDN
"
-h
$LOCALHOST
-p
$PORT
\
'(|(given
N
ame=X
X*Y
Y*Z)(cn=)(undef=*)(objectclass=groupofnames)(sn=jones)(member=cn=Manager,o=University of Michigan,c=US))'
>>
$SEARCHOUT
2>&1
'(|(given
n
ame=X
x*y
Y*Z)(cn=)(undef=*)(objectclass=groupofnames)(sn=jones)(member=cn=Manager,o=University of Michigan,c=US))'
>>
$SEARCHOUT
2>&1
RC
=
$?
if
test
$RC
!=
0
;
then
echo
"ldapsearch failed (
$RC
)!"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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