]> git.sur5r.net Git - openldap/blob - contrib/slapd-modules/nops/slapo-nops.5
ITS#8605 - spelling fixes
[openldap] / contrib / slapd-modules / nops / slapo-nops.5
1 .TH SLAPO-NOPS 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 2008 Emmanuel Dreyfus
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .\" $OpenLDAP$
5 .SH NAME
6 slapo-nops \- Remove Null Operations Overlay to slapd
7 .SH SYNOPSIS
8 ETCDIR/slapd.conf
9 .SH DESCRIPTION
10 Some broken client tend to implement modifications as replace operations
11 where all attributes are replaced, most of the time by the same values
12 they had before. This can cause undesirable load on logs, ACL evaluation, 
13 or replication traffic.
14
15 This overlay detects idempotent replace operations and filter them out.
16 .SH CONFIGURATION
17 This overlay had no specific configuration.
18 .SH EXAMPLES
19 .LP
20 .RS
21 .nf
22 overlay nops
23 .RE
24 .SH FILES
25 .TP
26 ETCDIR/slapd.conf
27 default slapd configuration file
28 .SH SEE ALSO
29 .BR slapd.conf (5).
30 .SH ACKNOWLEDGEMENTS
31 This module was written in 2008 by Emmanuel Dreyfus.
32 .so ../Project