Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Compare Revisions
32342bedc04248c25e1689edaf7a8801576aa77a...8b49710a0cb9ace4657cb03f121beea19992bfbe
Commits (2)
ITS
#9749
Clarify logoldattr
· 1e96e201
Ondřej Kuzník
authored
Nov 16, 2021
and
Quanah Gibson-Mount
committed
Nov 16, 2021
1e96e201
ITS
#9749
· 8b49710a
Quanah Gibson-Mount
authored
Nov 16, 2021
8b49710a
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8b49710a
...
...
@@ -3,6 +3,8 @@ OpenLDAP 2.5 Change Log
OpenLDAP 2.5.10 Engineering
Fixed libldap to init client socket port (ITS#9743)
Fixed slapo-dynlist compare operation for static groups (ITS#9747)
Documentation
Fixed slapo-accesslog(5) to clarify logoldattr usage (ITS#9749)
OpenLDAP 2.5.9 Release (2021/10/25)
Fixed slapo-accesslog to initialize minCSN on import of 2.4 databases (ITS#9720)
...
...
doc/man/man5/slapo-accesslog.5
View file @
8b49710a
...
...
@@ -66,7 +66,9 @@ logged along with the current request.
.TP
.B logoldattr <attr> ...
Specify a list of attributes whose old contents are always logged in
Modify and ModRDN requests. Usually only the contents of attributes that were
Modify and ModRDN requests that match any of the filters configured in
.BR logold .
Usually only the contents of attributes that were
actually modified will be logged; by default no old attributes are logged
for ModRDN requests.
.TP
...
...