]> git.sur5r.net Git - openldap/commitdiff
ITS#4026 add -F description for all tools
authorHoward Chu <hyc@openldap.org>
Fri, 23 Sep 2005 00:01:54 +0000 (00:01 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 23 Sep 2005 00:01:54 +0000 (00:01 +0000)
doc/man/man8/slapacl.8
doc/man/man8/slapadd.8
doc/man/man8/slapauth.8
doc/man/man8/slapcat.8
doc/man/man8/slapdn.8
doc/man/man8/slapindex.8
doc/man/man8/slaptest.8

index fc369a3b989c52ed27bc88aa6fc07f2e438dea6e..4c392391e6c57abeb8bd12daf3fa3b4d8380e62b 100644 (file)
@@ -8,6 +8,7 @@ slapacl \- Check access to a list of attributes.
 .B [\-v]
 .B [\-d level]
 .B [\-f slapd.conf]
+.B [\-F confdir]
 .B [\-D authcDN | \-U authcID]
 .B \-b DN
 .B [\-u]
@@ -46,6 +47,19 @@ specify an alternative
 .BR slapd.conf (5)
 file.
 .TP
+.BI \-F " confdir"
+specify a config directory.
+If both
+.B -f
+and
+.B -F
+are specified, the config file will be read and converted to
+config directory format and written to the specified directory.
+If neither option is specified, an attempt to read the
+default config directory wll be made before trying to use the default
+config file. If a valid config directory exists then the
+default config file is ignored.
+.TP
 .BI \-D " authcDN"
 specify a DN to be used as identity through the test session
 when selecting appropriate
index 818f77cbe98d429574ae06f3866adc1171c0e76e..62352889050d364367f2ae713d7b1e8d404df159 100644 (file)
@@ -15,6 +15,7 @@ slapadd \- Add entries to a SLAPD database
 .B [\-b suffix]
 .B [\-n dbnum]
 .B [\-f slapd.conf]
+.B [\-F confdir]
 .B [\-l ldif-file]
 .SH DESCRIPTION
 .LP
@@ -85,6 +86,20 @@ specify an alternative
 .BR slapd.conf (5)
 file.
 .TP
+.BI \-F " confdir"
+specify a config directory.
+If both
+.B -f
+and
+.B -F
+are specified, the config file will be read and converted to
+config directory format and written to the specified directory.
+If neither option is specified, an attempt to read the
+default config directory wll be made before trying to use the default
+config file. If a valid config directory exists then the
+default config file is ignored. If dryrun mode is also specified,
+no conversion will occur.
+.TP
 .BI \-l " ldif-file"
 Read LDIF from the specified file instead of standard input.
 .SH LIMITATIONS
index 6b8242c610274f32b92d1c0828ec9887c2927904..eb91acf85059e43426a92aaa7c836c95ceef529d 100644 (file)
@@ -8,6 +8,7 @@ slapauth \- Check a list of string-represented IDs for authc/authz.
 .B [\-v]
 .B [\-d level]
 .B [\-f slapd.conf]
+.B [\-F confdir]
 .B [\-M mech]
 .B [\-R realm]
 .B [\-U authcID]
@@ -44,6 +45,19 @@ specify an alternative
 .BR slapd.conf (5)
 file.
 .TP
+.BI \-F " confdir"
+specify a config directory.
+If both
+.B -f
+and
+.B -F
+are specified, the config file will be read and converted to
+config directory format and written to the specified directory.
+If neither option is specified, an attempt to read the
+default config directory wll be made before trying to use the default
+config file. If a valid config directory exists then the
+default config file is ignored.
+.TP
 .BI \-M " mech"
 specify a mechanism.
 .TP
index 03a0aa5d4a5e92e87e6f30fcdab0ebadd6ec0a2c..0687bd73b95903405e21943b2b35deba57e29149 100644 (file)
@@ -14,6 +14,7 @@ slapcat \- SLAPD database to LDIF utility
 .B [\-a filter]
 .B [\-s subtree-dn]
 .B [\-f slapd.conf]
+.B [\-F confdir]
 .B [\-l ldif-file]
 .B 
 .LP
@@ -87,6 +88,19 @@ Specify an alternative
 .BR slapd.conf (5)
 file.
 .TP
+.BI \-F " confdir"
+specify a config directory.
+If both
+.B -f
+and
+.B -F
+are specified, the config file will be read and converted to
+config directory format and written to the specified directory.
+If neither option is specified, an attempt to read the
+default config directory wll be made before trying to use the default
+config file. If a valid config directory exists then the
+default config file is ignored.
+.TP
 .BI \-l " ldif-file"
 Write LDIF to specified file instead of standard output.
 .SH LIMITATIONS
index c2a54649caa560164450e6be793799870c42dcef..9099256db926ec67f2d24ccdbf4b3c2d81b1ae2f 100644 (file)
@@ -41,6 +41,19 @@ specify an alternative
 .BR slapd.conf (5)
 file.
 .TP
+.BI \-F " confdir"
+specify a config directory.
+If both
+.B -f
+and
+.B -F
+are specified, the config file will be read and converted to
+config directory format and written to the specified directory.
+If neither option is specified, an attempt to read the
+default config directory wll be made before trying to use the default
+config file. If a valid config directory exists then the
+default config file is ignored.
+.TP
 .BI \-N
 only output a normalized form of the DN, suitable to be used
 in a normalization tool; incompatible with
index f99d09d3fbe9826427786c227d638dd78bae50c7..57a0391efa585f00c8226be59087262ec047ba73 100644 (file)
@@ -13,6 +13,7 @@ slapindex \- SLAPD index to LDIF utility
 .B [\-b suffix]
 .B [\-n dbnum]
 .B [\-f slapd.conf]
+.B [\-F confdir]
 .B 
 .LP
 .SH DESCRIPTION
@@ -63,6 +64,19 @@ option.
 specify an alternative
 .BR slapd.conf (5)
 file.
+.TP
+.BI \-F " confdir"
+specify a config directory.
+If both
+.B -f
+and
+.B -F
+are specified, the config file will be read and converted to
+config directory format and written to the specified directory.
+If neither option is specified, an attempt to read the
+default config directory wll be made before trying to use the default
+config file. If a valid config directory exists then the
+default config file is ignored.
 .SH LIMITATIONS
 Your
 .BR slapd (8)
index cdedb9479c41dfecfd0ded14630c479b5b3512b5..ccdfa43b940e839ec1f90fd40a9b2ff2295bdd61 100644 (file)
@@ -45,8 +45,7 @@ If neither option is specified, slaptest will attempt to read the
 default config directory before trying to use the default
 config file. If a valid config directory exists then the
 default config file is ignored. If dryrun mode is also specified,
-no conversion will occur. All of the slap tools that
-use the config options observe this same behavior.
+no conversion will occur.
 .TP
 .B \-u
 enable dryrun mode (i.e. don't fail if databases cannot be opened,