slapcat F H abcd fg l no s v
slapdn F N P d f o v
slapindex F bcd fg no q t v
+slapmodify F S bcd fg j l no q s uvw
slappasswd T c h s uv
slapschema F H abcd fg l no s v
slaptest F Q d f no uv
-c continue mode
-d debug level
-f config file
+ -g disable subordinate gluing
-l LDIF file
-n database number
-o options
-q "quick" mode
- -s subtree
+ -s disable schema checking (slapcat: subtree, slappasswd: secret)
-u dryrun (slappasswd: RFC2307 userPassword)
-v verbose
LMDB
LMDB's
MDB
+slapmodify
.BR slapcat (8),
.BR slapdn (8),
.BR slapindex (8),
+.BR slapmodify (8),
and
.BR slaptest (8).
.LP
If the slap tools
.BR slapcat (8),
.BR slapadd (8),
+.BR slapmodify (8),
or
.BR slapindex (8)
are used on the superior database, any glued subordinates that support
.BR slapcat (8),
.BR slapdn (8),
.BR slapindex (8),
+.BR slapmodify (8),
.BR slappasswd (8),
.BR slaptest (8).
.LP
.BR slapadd (8),
.BR slapcat (8),
.BR slapindex (8),
+.BR slapmodify (8),
OpenLDAP LMDB documentation.
.SH ACKNOWLEDGEMENTS
.so ../Project
.BR slapadd (8),
.BR slapcat (8),
.BR slapindex (8),
+.BR slapmodify (8),
MySQL Cluster documentation.
.SH AUTHOR
Howard Chu, with assistance from Johan Andersson et al @ MySQL.
.BR slapadd (8),
.BR slapcat (8),
.BR slapindex (8),
+.BR slapmodify (8),
WiredTiger documentation.
.SH ACKNOWLEDGEMENTS
.so ../Project
.BR slapcat (8),
.BR slapdn (8),
.BR slapindex (8),
+.BR slapmodify (8),
and
.BR slaptest (8).
.LP
.BR slapcat (8),
.BR slapdn (8),
.BR slapindex (8),
+.BR slapmodify (8),
and
.BR slaptest (8).
.LP
If the slap tools
.BR slapcat (8),
.BR slapadd (8),
+.BR slapmodify (8),
or
.BR slapindex (8)
are used on the superior database, any glued subordinates that support
.BR slapcat (8),
.BR slapdn (8),
.BR slapindex (8),
+.BR slapmodify (8),
.BR slappasswd (8),
.BR slaptest (8).
.LP
daemon. This configuration file is also used by the SLAPD tools
.BR slapadd (8),
.BR slapcat (8),
+.BR slapmodify (8),
and
.BR slapindex (8).
.LP
options = " [-c]\n\t[-g] [-n databasenumber | -b suffix] [attr ...] [-q] [-t]\n";
break;
+ case SLAPMODIFY:
+ options = " [-c]\n\t[-g] [-n databasenumber | -b suffix]\n"
+ "\t[-l ldiffile] [-j linenumber] [-q] [-u] [-s] [-w]\n";
+ break;
+
case SLAPTEST:
options = " [-n databasenumber] [-u] [-Q]\n";
break;