[Freeipa-devel] [PATCH] 0246-editable-entity_select

2011-06-20 Thread Adam Young
https://fedorahosted.org/freeipa/ticket/1043 From cb6c4e428c43ddb05f653c77f84cd2aadd2860ee Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Sat, 18 Jun 2011 23:22:48 -0400 Subject: [PATCH] editable entity_select --- install/ui/host.js | 14 -

Re: [Freeipa-devel] [PATCH 24/24] Add utility classes for handling DN's along with their, unittest.

2011-06-20 Thread Rob Crittenden
John Dennis wrote: This adds a new module and set of classes to ipalib for handling DN's. Please see the module doc and class doc for full explanation. Included is a very complete unit test for the module. At close to 900 lines of code the unit test exercises just about every conceivable way

[Freeipa-devel] [PATCH] 0247-entity-select-for-password-policy

2011-06-20 Thread Adam Young
From ccba0fce332a629072135eb1628b5a48f5ccd74a Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Mon, 20 Jun 2011 10:59:12 -0400 Subject: [PATCH] entity select for password policy http://fedorahosted.org/freeipa/ticket/1110 --- install/ui/policy.js |9 - 1 files

Re: [Freeipa-devel] [PATCH] 083 Improve IP address handling in IPA option parser

2011-06-20 Thread Rob Crittenden
Martin Kosek wrote: Implements a way to pass match_local and parse_netmask parameters to IP option checker. Now, there is just one common option type ip with new optional attributes ip_local and ip_netmask which can be used to pass IP address validation parameters.

Re: [Freeipa-devel] [PATCH] 22 Improve IP address handling in the host-add command

2011-06-20 Thread Jan Cholasta
On 16.6.2011 14:31, Jan Cholasta wrote: On 14.6.2011 20:54, Simo Sorce wrote: On Tue, 2011-06-14 at 14:26 -0400, Rob Crittenden wrote: Jan Cholasta wrote: This patch enables the user to specify netmasks in the --ip-address option of host-add. They're used for proper DNS reverse zone and PTR

Re: [Freeipa-devel] [PATCH] 084 Multi-process build problems

2011-06-20 Thread Rob Crittenden
Martin Kosek wrote: Fix a problem when a target missed a version-update requirement. This caused build problems, especially in a parallel build environment. https://fedorahosted.org/freeipa/ticket/1215 ack, pushed to master and ipa-2-0 ___

Re: [Freeipa-devel] [PATCH] 0242-hide-automount-tabs

2011-06-20 Thread Adam Young
On 06/17/2011 08:12 PM, Adam Young wrote: ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel From 65156dcdf9389468e7211da339802a0052390d33 Mon Sep 17 00:00:00 2001 From: Adam Young

Re: [Freeipa-devel] [PATCH] 178 Removed FreeWay font files.

2011-06-20 Thread Adam Young
On 06/15/2011 12:19 PM, Endi Sukma Dewata wrote: On 6/15/2011 11:02 AM, Endi Sukma Dewata wrote: The CSS files in install/html and install/migration have been modified to use the Overpass font. The changes can be verified here:

Re: [Freeipa-devel] 0245-entity-select-undo

2011-06-20 Thread Endi Sukma Dewata
On 6/18/2011 8:46 PM, Adam Young wrote: ACK and pushed to master. The set_dirty() invocation in reset() is no longer needed. This can be fixed later. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 0237-no-redirect-on-unknown-error

2011-06-20 Thread Endi Sukma Dewata
On 6/17/2011 3:00 PM, Adam Young wrote: This version does the whitelist approach ACK and pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] 0248-ipaddress-for-host-add

2011-06-20 Thread Adam Young
From 1d2c9745fdeda9817022fe9386750197500ae9ec Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Mon, 20 Jun 2011 12:04:02 -0400 Subject: [PATCH] ipaddress for host add updated label triggered an API change --- API.txt|2 +- install/ui/host.js

Re: [Freeipa-devel] [PATCH] 0246-editable-entity_select

2011-06-20 Thread Adam Young
On 06/20/2011 09:46 AM, Adam Young wrote: https://fedorahosted.org/freeipa/ticket/1043 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel From 70139d51f9b1071281ad248e01aa369cf4f5db5b Mon

Re: [Freeipa-devel] [PATCH] 0246-editable-entity_select

2011-06-20 Thread Adam Young
On 06/20/2011 03:17 PM, Adam Young wrote: On 06/20/2011 09:46 AM, Adam Young wrote: https://fedorahosted.org/freeipa/ticket/1043 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 0248-ipaddress-for-host-add

2011-06-20 Thread Adam Young
On 06/20/2011 03:16 PM, Adam Young wrote: ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel From 1c78111aceac2840c3154f856c24c44fa44e Mon Sep 17 00:00:00 2001 From: Adam Young

[Freeipa-devel] [PATCH] 806 configure sssd to talk to local master

2011-06-20 Thread Rob Crittenden
On masters configure sssd to only talk to the local master rather than having _srv_ as well. If we use _srv_ and a remote master is down the local master will have problems as well. ticket https://fedorahosted.org/freeipa/ticket/1187 rob From 994e916edf2b6206bc430ec1233578f3b1c4b753 Mon Sep

Re: [Freeipa-devel] [PATCH 24/24] Add utility classes for handling DN's along with their, unittest.

2011-06-20 Thread John Dennis
On 06/20/2011 10:01 AM, Rob Crittenden wrote: Am I misreading the documentation on how one can create a DN? print container cn=users,cn=accounts print basedn dc=example,dc=com str(DN(container, basedn)) 'cn=users,cn=accounts=dc\\=example\\,dc\\=com' uid='rcrit' rdnattr='uid'

Re: [Freeipa-devel] [PATCH 24/24] Add utility classes for handling DN's along with their, unittest.

2011-06-20 Thread Rob Crittenden
John Dennis wrote: On 06/20/2011 10:01 AM, Rob Crittenden wrote: Am I misreading the documentation on how one can create a DN? print container cn=users,cn=accounts print basedn dc=example,dc=com str(DN(container, basedn)) 'cn=users,cn=accounts=dc\\=example\\,dc\\=com' uid='rcrit'

Re: [Freeipa-devel] [PATCH] 806 configure sssd to talk to local master

2011-06-20 Thread Stephen Gallagher
On Mon, 2011-06-20 at 15:42 -0400, Rob Crittenden wrote: On masters configure sssd to only talk to the local master rather than having _srv_ as well. If we use _srv_ and a remote master is down the local master will have problems as well. ticket https://fedorahosted.org/freeipa/ticket/1187

Re: [Freeipa-devel] [PATCH 24/24] Add utility classes for handling DN's along with their, unittest.

2011-06-20 Thread John Dennis
On 06/20/2011 04:06 PM, Rob Crittenden wrote: Take a look at ipalib/constants.py, it is full of containers like this. It is hard to review this patch without seeing how it will be used in the framework, are you planning on replacing all of these with DN constructors? Yup, I'm aware of these.

Re: [Freeipa-devel] [PATCH 24/24] Add utility classes for handling DN's along with their, unittest.

2011-06-20 Thread John Dennis
On 06/20/2011 04:51 PM, John Dennis wrote: On 06/20/2011 04:06 PM, Rob Crittenden wrote: Take a look at ipalib/constants.py, it is full of containers like this. It is hard to review this patch without seeing how it will be used in the framework, are you planning on replacing all of these with

Re: [Freeipa-devel] [PATCH] 0248-ipaddress-for-host-add

2011-06-20 Thread Endi Sukma Dewata
On 6/20/2011 2:44 PM, Adam Young wrote: ACK. As mentioned over IRC, it's better to show the IP address field before the force checkbox. This can be fixed before push. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 0248-ipaddress-for-host-add

2011-06-20 Thread Adam Young
On 06/20/2011 08:07 PM, Endi Sukma Dewata wrote: On 6/20/2011 2:44 PM, Adam Young wrote: ACK. As mentioned over IRC, it's better to show the IP address field before the force checkbox. This can be fixed before push. Changed and pushed to master

Re: [Freeipa-devel] [PATCH] 0247-entity-select-for-password-policy

2011-06-20 Thread Endi Sukma Dewata
On 6/20/2011 10:01 AM, Adam Young wrote: ACK and pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] 0249-optional-uid.

2011-06-20 Thread Adam Young
Note that this patch needs a review by UXD in addition to code review From 021a1dd03df86496d79a4b398f1e655d0306b8f1 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Mon, 20 Jun 2011 21:20:13 -0400 Subject: [PATCH] optional uid Make the uid field optional ---