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
ingo Voss
OpenLDAP
Commits
c528708f
Commit
c528708f
authored
Aug 13, 2005
by
Pierangelo Masarati
Browse files
import fix for logging problem (ITS#3811)
parent
582e6730
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c528708f
...
...
@@ -15,6 +15,7 @@ OpenLDAP 2.2.28 Release
Fixed libldap infinite referral loop (ITS#2894, ITS#3578)
Use IANA assigned OIDs for recently approved IETF LDAP extensions
Build Environment
Fixed test020 logging problem (ITS#3811)
Added BDB TXN patch in build/BerkeleyDB42.patch
OpenLDAP 2.2.27 Release
...
...
tests/scripts/test020-proxycache
View file @
c528708f
...
...
@@ -23,6 +23,11 @@ if test $PROXYCACHE = pcacheno; then
exit
0
fi
if
test
"x
$LVL
"
=
"x0"
;
then
echo
"test020 needs a minimal log level; setting to LDAP_DEBUG_NONE..."
LVL
=
2048
fi
mkdir
-p
$TESTDIR
$DBDIR1
$DBDIR2
# Test proxy caching:
...
...
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