Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
openldap
OpenLDAP
Commits
9d440e3d
Commit
9d440e3d
authored
Jan 13, 2021
by
Howard Chu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ITS
#8307
slapo-accesslog additional check
parent
85b68aa5
Pipeline
#1345
passed with stage
in 29 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
servers/slapd/overlays/accesslog.c
servers/slapd/overlays/accesslog.c
+4
-0
No files found.
servers/slapd/overlays/accesslog.c
View file @
9d440e3d
...
...
@@ -2003,6 +2003,10 @@ accesslog_op_mod( Operation *op, SlapReply *rs )
if
(
op
->
o_dont_replicate
)
return
SLAP_CB_CONTINUE
;
/* can't do anything if logDB isn't open */
if
(
!
SLAP_DBOPEN
(
li
->
li_db
))
return
SLAP_CB_CONTINUE
;
logop
=
accesslog_op2logop
(
op
);
lo
=
logops
+
logop
+
EN_OFFSET
;
...
...
Write
Preview
Markdown
is supported
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