Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ondřej Kuzník
OpenLDAP
Commits
0fa90380
Commit
0fa90380
authored
Mar 02, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Mar 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ITS#8215 Some more slapmodify manpage tweaks
parent
bab02ea4
Pipeline
#1890
canceled with stage
in 44 seconds
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
1 deletion
+20
-1
doc/devel/toolargs
doc/devel/toolargs
+3
-1
doc/guide/admin/aspell.en.pws
doc/guide/admin/aspell.en.pws
+1
-0
doc/man/man5/slapd-config.5
doc/man/man5/slapd-config.5
+3
-0
doc/man/man5/slapd-mdb.5
doc/man/man5/slapd-mdb.5
+1
-0
doc/man/man5/slapd-ndb.5
doc/man/man5/slapd-ndb.5
+1
-0
doc/man/man5/slapd-wt.5
doc/man/man5/slapd-wt.5
+1
-0
doc/man/man5/slapd.access.5
doc/man/man5/slapd.access.5
+1
-0
doc/man/man5/slapd.conf.5
doc/man/man5/slapd.conf.5
+3
-0
doc/man/man5/slapd.plugin.5
doc/man/man5/slapd.plugin.5
+1
-0
servers/slapd/slapcommon.c
servers/slapd/slapcommon.c
+5
-0
No files found.
doc/devel/toolargs
View file @
0fa90380
...
...
@@ -5,6 +5,7 @@ slapauth F M R U X d f o v
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
...
...
@@ -17,11 +18,12 @@ 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
...
...
doc/guide/admin/aspell.en.pws
View file @
0fa90380
...
...
@@ -1672,3 +1672,4 @@ lmdb
LMDB
LMDB's
MDB
slapmodify
doc/man/man5/slapd-config.5
View file @
0fa90380
...
...
@@ -18,6 +18,7 @@ daemon. This configuration information is also used by the SLAPD tools
.BR slapcat (8),
.BR slapdn (8),
.BR slapindex (8),
.BR slapmodify (8),
and
.BR slaptest (8).
.LP
...
...
@@ -1720,6 +1721,7 @@ database context, so that only the superior context is visible.
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
...
...
@@ -2155,6 +2157,7 @@ default slapd configuration directory
.BR slapcat (8),
.BR slapdn (8),
.BR slapindex (8),
.BR slapmodify (8),
.BR slappasswd (8),
.BR slaptest (8).
.LP
...
...
doc/man/man5/slapd-mdb.5
View file @
0fa90380
...
...
@@ -222,6 +222,7 @@ configuration file
.BR slapadd (8),
.BR slapcat (8),
.BR slapindex (8),
.BR slapmodify (8),
OpenLDAP LMDB documentation.
.SH ACKNOWLEDGEMENTS
.so ../Project
...
...
doc/man/man5/slapd-ndb.5
View file @
0fa90380
...
...
@@ -121,6 +121,7 @@ configuration file
.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.
doc/man/man5/slapd-wt.5
View file @
0fa90380
...
...
@@ -84,6 +84,7 @@ configuration file
.BR slapadd (8),
.BR slapcat (8),
.BR slapindex (8),
.BR slapmodify (8),
WiredTiger documentation.
.SH ACKNOWLEDGEMENTS
.so ../Project
...
...
doc/man/man5/slapd.access.5
View file @
0fa90380
...
...
@@ -18,6 +18,7 @@ daemon. This configuration file is also used by the SLAPD tools
.BR slapcat (8),
.BR slapdn (8),
.BR slapindex (8),
.BR slapmodify (8),
and
.BR slaptest (8).
.LP
...
...
doc/man/man5/slapd.conf.5
View file @
0fa90380
...
...
@@ -18,6 +18,7 @@ daemon. This configuration file is also used by the SLAPD tools
.BR slapcat (8),
.BR slapdn (8),
.BR slapindex (8),
.BR slapmodify (8),
and
.BR slaptest (8).
.LP
...
...
@@ -1724,6 +1725,7 @@ database context, so that only the superior context is visible.
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
...
...
@@ -2109,6 +2111,7 @@ default slapd configuration file
.BR slapcat (8),
.BR slapdn (8),
.BR slapindex (8),
.BR slapmodify (8),
.BR slappasswd (8),
.BR slaptest (8).
.LP
...
...
doc/man/man5/slapd.plugin.5
View file @
0fa90380
...
...
@@ -13,6 +13,7 @@ file contains configuration information for the
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
...
...
servers/slapd/slapcommon.c
View file @
0fa90380
...
...
@@ -91,6 +91,11 @@ usage( int tool, const char *progname )
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
;
...
...
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