Re: [Freeipa-devel] [PATCH] Fixed in ipa-server-install help and man page

2011-02-18 Thread Rob Crittenden

David O'Brien wrote:

Jan Zelený wrote:

Rob Crittenden rcrit...@redhat.com wrote:

Jan Zelený wrote:

https://fedorahosted.org/freeipa/ticket/831

Jan

I think I'd like David's take on this, but my initial reaction is I'd
prefer the word maximum to maximal.

rob


The second patch is in attachment. Based on David's recommendation you
can pick and push the right one one.

Jan

Yes, pick maximum



maximum it is, pushed to master

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] Fixed in ipa-server-install help and man page

2011-02-17 Thread David O'Brien

Jan Zelený wrote:

Rob Crittenden rcrit...@redhat.com wrote:

Jan Zelený wrote:

https://fedorahosted.org/freeipa/ticket/831

Jan

I think I'd like David's take on this, but my initial reaction is I'd
prefer the word maximum to maximal.

rob


The second patch is in attachment. Based on David's recommendation you can 
pick and push the right one one.


Jan

Yes, pick maximum

--

David O'Brien
Red Hat Asia Pacific Pty Ltd
+61 7 3514 8189


He who asks is a fool for five minutes, but he who does not ask remains 
a fool forever.

 ~ Chinese proverb

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] Fixed in ipa-server-install help and man page

2011-02-16 Thread Jan Zelený
https://fedorahosted.org/freeipa/ticket/831

Jan
From 4fc3a69901c893f7e3403378ddf2d3bfa435132f Mon Sep 17 00:00:00 2001
From: Jan Zeleny jzel...@redhat.com
Date: Wed, 16 Feb 2011 03:20:00 -0500
Subject: [PATCH] Fixed in ipa-server-install help and man page

https://fedorahosted.org/freeipa/ticket/831
---
 install/tools/ipa-server-install   |2 +-
 install/tools/man/ipa-server-install.1 |5 -
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 9e7853eb45085f3322cfaa01200964549549f9d1..6ae02d89398baf7795a55424474407b08b128a1d 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -128,7 +128,7 @@ def parse_options():
 parser.add_option(--idstart, dest=idstart, default=namespace, type=int,
   help=The starting value for the IDs range (default random))
 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+19))
 parser.add_option(--subject, dest=subject,
   help=The certificate subject base (default O=realm-name))
 parser.add_option(--no_hbac_allow, dest=hbac_allow, default=False,
diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1
index f67587a49c62742f3f4898536381ae57efe6e544..b25990cf6ecf6b0889eca73330f8bc024a97b53c 100644
--- a/install/tools/man/ipa-server-install.1
+++ b/install/tools/man/ipa-server-install.1
@@ -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.
 .TP
 \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
 \fB\-\-no\-host\-dns\fR
 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
 The starting user and group id number (default random)
 .TP
+\fB\-\-idmax\fR=\fIIDMAX\fR
+The maximal user and group id number (default: idstart+19). If set to zero, the default value will be used.
+.TP
 \fB\-\-subject\fR=\fISUBJECT\fR
  The certificate subject base (default O=REALM.NAME)
 .TP
-- 
1.7.4

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] Fixed in ipa-server-install help and man page

2011-02-16 Thread Rob Crittenden

Jan Zelený wrote:

https://fedorahosted.org/freeipa/ticket/831

Jan


I think I'd like David's take on this, but my initial reaction is I'd 
prefer the word maximum to maximal.


rob

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel