Fixed in ipa-server-install help and man page

https://fedorahosted.org/freeipa/ticket/831
This commit is contained in:
Jan Zeleny
2011-02-16 03:20:00 -05:00
committed by Rob Crittenden
parent 7b71604521
commit b26e265961
2 changed files with 5 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ def parse_options():
parser.add_option("--idstart", dest="idstart", default=namespace, type=int, parser.add_option("--idstart", dest="idstart", default=namespace, type=int,
help="The starting value for the IDs range (default random)") help="The starting value for the IDs range (default random)")
parser.add_option("--idmax", dest="idmax", default=0, type=int, parser.add_option("--idmax", dest="idmax", default=0, type=int,
help="The max value value for the IDs range (default random)") help="The max value value for the IDs range (default: idstart+199999)")
parser.add_option("--subject", dest="subject", parser.add_option("--subject", dest="subject",
help="The certificate subject base (default O=<realm-name>)") help="The certificate subject base (default O=<realm-name>)")
parser.add_option("--no_hbac_allow", dest="hbac_allow", default=False, parser.add_option("--no_hbac_allow", dest="hbac_allow", default=False,

View File

@@ -72,7 +72,7 @@ the \fB\-\-no\-forwarders\fR option is specified.
Do not add any DNS forwarders. Root DNS servers will be used instead. Do not add any DNS forwarders. Root DNS servers will be used instead.
.TP .TP
\fB\-\-zonemgr\fR \fB\-\-zonemgr\fR
The e\-mail address of the DNS zone manager. Defaults too root@host.domain The e\-mail address of the DNS zone manager. Defaults to root@host.domain
.TP .TP
\fB\-\-no\-host\-dns\fR \fB\-\-no\-host\-dns\fR
Do not use DNS for hostname lookup during installation Do not use DNS for hostname lookup during installation
@@ -98,6 +98,9 @@ The password of the Apache Server PKCS#12 file
\fB\-\-idstart\fR=\fIIDSTART\fR \fB\-\-idstart\fR=\fIIDSTART\fR
The starting user and group id number (default random) The starting user and group id number (default random)
.TP .TP
\fB\-\-idmax\fR=\fIIDMAX\fR
The maximum user and group id number (default: idstart+199999). If set to zero, the default value will be used.
.TP
\fB\-\-subject\fR=\fISUBJECT\fR \fB\-\-subject\fR=\fISUBJECT\fR
The certificate subject base (default O=REALM.NAME) The certificate subject base (default O=REALM.NAME)
.TP .TP