[Freeipa-devel] [PATCH] 091 Improve long integer type validation

2011-07-14 Thread Martin Kosek
Passing a number of long type to IPA Int parameter invokes user-unfriendly error message about incompatible types. This patch improves Int parameter with user understandable message along with maximum value he can pass. https://fedorahosted.org/freeipa/ticket/1346 From

[Freeipa-devel] [PATCH] 30 Fix exit status of ipa-nis-manage-enable

2011-07-14 Thread Jan Cholasta
https://fedorahosted.org/freeipa/ticket/1247 Honza -- Jan Cholasta From d59876c8f55e42bb17ecb9a637f9a7a4478143f3 Mon Sep 17 00:00:00 2001 From: Jan Cholasta jchol...@redhat.com Date: Thu, 14 Jul 2011 09:07:41 +0200 Subject: [PATCH] Fix exit status of ipa-nis-manage enable. ticket 1247 ---

[Freeipa-devel] [PATCH] 093 Add new dnszone-find test

2011-07-14 Thread Martin Kosek
Implement a test for new dnszone-find option --forward-only. Fix example for reverse zone (zone was not fully qualified and DNS plugin would forbid adding PTR records). https://fedorahosted.org/freeipa/ticket/1473 From 00e4c005b08b58f88ffa8f59724b644179e5bf15 Mon Sep 17 00:00:00 2001 From:

Re: [Freeipa-devel] [PATCH] 23 Add ability to specify DNS reverse zone name by IP network address

2011-07-14 Thread Jan Cholasta
On 28.6.2011 20:08, Rob Crittenden wrote: Jan Cholasta wrote: On 21.6.2011 14:15, Jan Cholasta wrote: This patch adds a new option name_from_ip to dnszone commands. Default value of idnsname is created from this option. Honza Fixed the API version number, added usage example to dns plugin

Re: [Freeipa-devel] [PATCH] 809 entitle_register using uuid unsupported

2011-07-14 Thread Jan Cholasta
On 27.6.2011 20:42, Rob Crittenden wrote: Document registering to an entitlement server with a UUID as not implemented. It was my understanding that we would be able to pass in an existing UUID when registering to connect to an existing registration (for the case where IPA is re-installed).

Re: [Freeipa-devel] [PATCH] 207 Fixed label capitalization

2011-07-14 Thread Adam Young
On 07/14/2011 09:57 AM, Endi Sukma Dewata wrote: The CSS text-transform sometimes produces incorrect capitalization, so the code has been modified to use translated labels that already contain the correct capitalization. Ticket #1424 ___

[Freeipa-devel] certificate DN's

2011-07-14 Thread John Dennis
In the conference call this morning the issue came up as to what are valid DN's in certificates (used for subject names and issuer names). RFC 2459 says this: (note 'type' as it used below means the attribute name, e.g. cn is a type, I realize it's confusing, welcome to the world of RFC's :-)

[Freeipa-devel] [PATCH] 34 Create FreeIPA CLI Plugin for the 389 Auto Membership plugin

2011-07-14 Thread JR Aquino
https://fedorahosted.org/freeipa/ticket/1272 * Added new container in etc to hold the automembership configs. * Modified constants to point to the new container * Modified dsinstance to create the container * Modified hostgroup.py to add the new commands * Added xmlrpc test to verify

Re: [Freeipa-devel] [PATCH] 34 Create FreeIPA CLI Plugin for the 389 Auto Membership plugin

2011-07-14 Thread JR Aquino
On Jul 14, 2011, at 11:55 AM, wrote: https://fedorahosted.org/freeipa/ticket/1272 * Added new container in etc to hold the automembership configs. * Modified constants to point to the new container * Modified dsinstance to create the container * Modified hostgroup.py to add the new

[Freeipa-devel] [PATCH 29/29] Remove sudorule_mod, ticket 1307

2011-07-14 Thread John Dennis
sudorule_mod was ill-conceived, it does not respect the logic surrounding external users. Suggested to use sudorule_add and sudorule_del for modification. -- John Dennis jden...@redhat.com Looking to carve out IT costs? www.redhat.com/carveoutcosts/ From dc724c5f5baee84d252cbc8994e2462a6c8ae995

[Freeipa-devel] [PATCH] 825 add dogtag replication management

2011-07-14 Thread Rob Crittenden
Add a separate tool for now to do dogtag replication agreement management. The syntax is the same for IPA agreements with the exception that the DM password is always required and it isn't possible to delegate the management of this. ticket https://fedorahosted.org/freeipa/ticket/1250 rob