Re: [Freeipa-devel] [PATCH] 872 allow csr file to be provided interactively

2011-09-14 Thread Martin Kosek
On Wed, 2011-09-14 at 11:29 -0400, Rob Crittenden wrote: Martin Kosek wrote: On Wed, 2011-09-14 at 14:23 +0200, Martin Kosek wrote: On Tue, 2011-09-13 at 14:35 -0400, Rob Crittenden wrote: Add an escape clause to the CSR validator in the cert plugin. If the csr is a file just return and

Re: [Freeipa-devel] Upgrading a machine to use the proxy.

2011-09-14 Thread Rob Crittenden
Adam Young wrote: To convert an older build where the PKI system wasn't proxied: awk '{print $0} /Define an AJP 1.3 Connector on port/ {print Connector port=\9447\ protocol=\AJP/1.3\ redirectPort=\9444\ /} }' /etc/pki-ca/server.xml server.xml.new ; mv server.xml.new /etc/pki-ca/server.xml

Re: [Freeipa-devel] Upgrading a machine to use the proxy.

2011-09-14 Thread Dmitri Pal
On 09/14/2011 04:46 PM, Rob Crittenden wrote: Adam Young wrote: To convert an older build where the PKI system wasn't proxied: awk '{print $0} /Define an AJP 1.3 Connector on port/ {print Connector port=\9447\ protocol=\AJP/1.3\ redirectPort=\9444\ /} }' /etc/pki-ca/server.xml

Re: [Freeipa-devel] [PATCH] 1 Add ipa-adtrust-install utility

2011-09-14 Thread Simo Sorce
On Wed, 2011-09-14 at 14:50 +0200, Sumit Bose wrote: a recent commit in master made another change necesary. Additionally I renamed smbinstance to adtrustinstance and check for more samba client binaries which are needed by the utility. New version attached. Tested and works great! ACK,

Re: [Freeipa-devel] [PATCH] 016 Fixed: Some widgets do not have space for validation error message

2011-09-14 Thread Endi Sukma Dewata
On 9/14/2011 7:23 AM, Petr Vobornik wrote: Forgot to update tests - to address newly added validation row in table_widget. One issue, in all search and association facets we now have 2 rows of footer (there are 2 horizontal lines at the bottom). I think it would be better to use a single row

[Freeipa-devel] [PATCH] 270 Fixed posix group checkbox.

2011-09-14 Thread Endi Sukma Dewata
In the adder dialog for groups the checkbox has been modified to use the correct field name nonposix and be checked by default. Note: This is a temporary fix to minimize the changes due to release schedule. Eventually the field label will be changed into Non-POSIX group and the checkbox will be

Re: [Freeipa-devel] [PATCH] 25 Create Tool for Enabling Disabling Managed Entry

2011-09-14 Thread JR Aquino
On Jul 22, 2011, at 7:05 AM, Martin Kosek wrote: On Thu, 2011-07-21 at 23:52 +, JR Aquino wrote: On Apr 25, 2011, at 9:00 AM, Simo Sorce wrote: On Mon, 2011-04-25 at 14:59 +, JR Aquino wrote: On Apr 25, 2011, at 6:43 AM, Simo Sorce wrote: On Thu, 2011-04-21 at 23:28 +, JR