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
7d56e2d3
Commit
7d56e2d3
authored
Oct 17, 2007
by
Quanah Gibson-Mount
Browse files
Tweak ACL cache messages
parent
e8b3040e
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/acl.c
View file @
7d56e2d3
...
...
@@ -234,13 +234,13 @@ slap_access_allowed(
(
state
->
as_recorded
&
ACL_STATE_RECORDED_NV
)
)
{
Debug
(
LDAP_DEBUG_ACL
,
"=> slap_access_allowed: result
from stat
e (%s)
\n
"
,
"=> slap_access_allowed: result
was in cach
e (%s)
\n
"
,
attr
,
0
,
0
);
ret
=
state
->
as_result
;
goto
done
;
}
else
{
Debug
(
LDAP_DEBUG_ACL
,
"=> slap_access_allowed:
no res from stat
e (%s)
\n
"
,
"=> slap_access_allowed:
result not in cach
e (%s)
\n
"
,
attr
,
0
,
0
);
}
}
...
...
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