[Freeipa-devel] [PATCH] Fix gidnumber option of user-add command.

2011-03-28 Thread Pavel Zuna
With this patch, the gidNumber is set automatically only if it wasn't specified explicitly by the user. Ticket #1127 Pavel freeipa-pzuna-87-fixgidnumber.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] Fix gidnumber option of user-add command.

2011-03-28 Thread Dmitri Pal
On 03/28/2011 07:23 AM, Pavel Zuna wrote: With this patch, the gidNumber is set automatically only if it wasn't specified explicitly by the user. Ticket #1127 Pavel ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] [PATCH] 4 Fix wording of error message

2011-03-28 Thread Jan Cholasta
Change the wording of the error message The IPA Server hostname cannot resolve to localhost to The IPA Server hostname must not resolve to localhost. https://fedorahosted.org/freeipa/ticket/1009 -- Jan Cholasta From 69084689247691fb9d7a89ea636e0273d3185e22 Mon Sep 17 00:00:00 2001 From: Jan

Re: [Freeipa-devel] [PATCH] 3 Add ability to specify netmask with IP addresses during installation

2011-03-28 Thread Adam Young
On 03/28/2011 06:54 AM, Jan Cholasta wrote: This patch enables the user to specify netmask/prefix length with IP addresses (see http://packages.python.org/netaddr/netaddr.ip.IPNetwork-class.html) during installation for proper DNS reverse zone setup.

Re: [Freeipa-devel] [PATCH] Fix gidnumber option of user-add command.

2011-03-28 Thread Rob Crittenden
Stephen Gallagher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/28/2011 09:15 AM, Dmitri Pal wrote: On 03/28/2011 07:23 AM, Pavel Zuna wrote: With this patch, the gidNumber is set automatically only if it wasn't specified explicitly by the user. Ticket #1127 Pavel

[Freeipa-devel] [PATCH] 756 handle no forwarded TGT

2011-03-28 Thread Rob Crittenden
We should gracefully handle the case where no TGT has been forwarded. Right now we return a 500 error. ticket 1101 rob freeipa-rcrit-756-ccache.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] [PATCH] 043 Inconsistent error message for duplicate user

2011-03-28 Thread Martin Kosek
Target branches: master, ipa-2-0 --- When duplicate user is added an inconsistent error message to the rest of the framework is printed. This patch changes this to standard duplicate error message. https://fedorahosted.org/freeipa/ticket/1116 From 5c2613c6e171c8085eddf84a35fc6c4be2fd640b Mon

Re: [Freeipa-devel] [PATCHES] Fix some of the issues found by coverity

2011-03-28 Thread Rob Crittenden
Rob Crittenden wrote: Simo Sorce wrote: One is a memory leak that can happen in some error paths. It is not highly probable to happen, so it can be deferred to post GA The other is a uninitialized variable that could cause a segfault in some cases (not seen on the wild, depends on an error

Re: [Freeipa-devel] We really should update our front page.

2011-03-28 Thread Adam Young
On 03/28/2011 10:03 AM, Dmitri Pal wrote: On 03/27/2011 12:27 AM, Adam Young wrote: http://freeipa.org/page/Main_Page In what way? Well, the obvious was the 2.0 announcement needed to get up there. I see that has happened. But it also seems so...generic? I'd like to integrate in the

[Freeipa-devel] [PATCH] Add a new user-add flag param to disable the creation of UPG.

2011-03-28 Thread Pavel Zůna
This patch handles the issue in a kind of stupid way, but I couldn't think of anything better. It adds a new flag parameter to user-add (--noprivate). With this flag, the command marks the private group about to be created for deletion and is deleted after the user is created. The only

Re: [Freeipa-devel] [PATCH] Add a new user-add flag param to disable the creation of UPG.

2011-03-28 Thread Rob Crittenden
Pavel Zůna wrote: This patch handles the issue in a kind of stupid way, but I couldn't think of anything better. It adds a new flag parameter to user-add (--noprivate). With this flag, the command marks the private group about to be created for deletion and is deleted after the user is created.

Re: [Freeipa-devel] [PATCH] Add a new user-add flag param to disable the creation of UPG.

2011-03-28 Thread Pavel Zůna
On 2011-03-28 23:05, Rob Crittenden wrote: Pavel Zůna wrote: This patch handles the issue in a kind of stupid way, but I couldn't think of anything better. It adds a new flag parameter to user-add (--noprivate). With this flag, the command marks the private group about to be created for

Re: [Freeipa-devel] [PATCH] admiyo-0217-define-entities-using-builder-and-more-declarative

2011-03-28 Thread Adam Young
On 03/28/2011 04:56 PM, Adam Young wrote: To give a little more context: we are llong to split out the logic used to define the views of the entities from the reusable portion of the toolkit. This patch introduces a builder object which contains the temporary state of the entity build

Re: [Freeipa-devel] [PATCH] Add a new user-add flag param to disable the creation of UPG.

2011-03-28 Thread Rob Crittenden
Pavel Zůna wrote: On 2011-03-28 23:05, Rob Crittenden wrote: Pavel Zůna wrote: This patch handles the issue in a kind of stupid way, but I couldn't think of anything better. It adds a new flag parameter to user-add (--noprivate). With this flag, the command marks the private group about to be

Re: [Freeipa-devel] [PATCH] Add a new user-add flag param to disable the creation of UPG.

2011-03-28 Thread Dmitri Pal
On 03/28/2011 04:38 PM, Pavel Zůna wrote: This patch handles the issue in a kind of stupid way, but I couldn't think of anything better. It adds a new flag parameter to user-add (--noprivate). With this flag, the command marks the private group about to be created for deletion and is deleted