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
Joe Martin
OpenLDAP
Commits
0b1cfd33
Commit
0b1cfd33
authored
Feb 04, 2011
by
Quanah Gibson-Mount
Browse files
Fix typo
parent
5b271d31
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-perl/SampleLDAP.pm
View file @
0b1cfd33
...
...
@@ -49,7 +49,7 @@ sub search {
my
(
$base
,
$scope
,
$deref
,
$sizeLim
,
$timeLim
,
$filterStr
,
$attrOnly
,
@attrs
)
=
@_
;
print
{
*STDERR
}
,
"
====
$filterStr
====
\n
";
print
{
*STDERR
}
"
====
$filterStr
====
\n
";
$filterStr
=~
s/\(|\)//gm
;
$filterStr
=~
s/=/: /m
;
...
...
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