Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
87de7830
Commit
87de7830
authored
Jan 30, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5891
parent
6381cee1
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
87de7830
...
...
@@ -63,6 +63,7 @@ OpenLDAP 2.4.14 Engineering
slapd-bdb/hdb expansion on dncachesize behavior (ITS#5721)
slapo-constraint(5) example fix (ITS#5895)
slap*(8) man pages should mention slapd-config (ITS#5828)
slapadd/cat/index(8) note -n 0 for slapd-config (ITS#5891)
OpenLDAP 2.4.13 Release (2008/11/24)
Added libldap dereference control support (ITS#5768)
...
...
doc/man/man8/slapadd.8
View file @
87de7830
...
...
@@ -108,6 +108,12 @@ configuration file. The
cannot be used in conjunction with the
.B \-b
option.
To populate the config database
.BR slapd-config (5),
use
.B \-n 0
as it is always the first database. It must physically exist
on the filesystem prior to this, however.
.TP
.BI \-o " option[=value]"
Specify an
...
...
doc/man/man8/slapcat.8
View file @
87de7830
...
...
@@ -103,7 +103,12 @@ Write LDIF to specified file instead of standard output.
.TP
.BI \-n " dbnum"
Generate output for the \fIdbnum\fR\-th database listed in the
configuration file. The
configuration file. The config database
.BR slapd-config (5),
is always the first database, so use
.B \-n 0
The
.B \-n
cannot be used in conjunction with the
.B \-b
...
...
doc/man/man8/slapindex.8
View file @
87de7830
...
...
@@ -92,7 +92,12 @@ processed, and not its glued subordinates (if any).
.TP
.BI \-n " dbnum"
Generate output for the \fIdbnum\fR\-th database listed in the
configuration file. The
configuration file. The config database
.BR slapd-config (5),
is always the first database, so use
.B \-n 0
The
.B \-n
cannot be used in conjunction with the
.B \-b
...
...
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