Re: [Freeipa-devel] Structured DNS record API proposal

2011-09-16 Thread Adam Tkac
On 09/16/2011 09:51 AM, Martin Kosek wrote: On Thu, 2011-09-15 at 10:26 +0200, Adam Tkac wrote: Your proposal seems fine for me. However I would recommend not to expose routines for managing DNSSEC related records because DNSSEC is currently not supported in the bind-dyndb-ldap. This doesn't

Re: [Freeipa-devel] [PATCH] 875 fix rpm installation ordering

2011-09-16 Thread Alexander Bokovoy
On Thu, 15 Sep 2011, Rob Crittenden wrote: freeipa-server-selinux was getting installed before freeipa-server which caused some SELinux contexts to not be set properly. The existing Requires we had used to fix things, perhaps a change in rpm caused this to break, who knows. I'm not even

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

2011-09-16 Thread Martin Kosek
On Thu, 2011-09-15 at 17:25 +, JR Aquino wrote: On Sep 15, 2011, at 1:47 AM, Martin Kosek wrote: On Thu, 2011-09-15 at 00:47 +, JR Aquino wrote: On Jul 22, 2011, at 7:05 AM, Martin Kosek wrote: 5) I was thinking if there is a better solution to enabling/disabling of the

Re: [Freeipa-devel] Structured DNS record API proposal

2011-09-16 Thread Simo Sorce
On Fri, 2011-09-16 at 09:42 +0200, Martin Kosek wrote: On Thu, 2011-09-15 at 15:28 -0400, Adam Young wrote: On 09/14/2011 12:18 PM, Martin Kosek wrote: Attached in the txt file. If you have any comments or suggestions to this proposal, please let me know.

Re: [Freeipa-devel] Structured DNS record API proposal

2011-09-16 Thread Simo Sorce
On Fri, 2011-09-16 at 14:04 +0200, Martin Kosek wrote: On Fri, 2011-09-16 at 07:58 -0400, Simo Sorce wrote: On Fri, 2011-09-16 at 09:42 +0200, Martin Kosek wrote: On Thu, 2011-09-15 at 15:28 -0400, Adam Young wrote: On 09/14/2011 12:18 PM, Martin Kosek wrote: Attached in the txt

Re: [Freeipa-devel] Structured DNS record API proposal

2011-09-16 Thread Martin Kosek
On Fri, 2011-09-16 at 08:12 -0400, Simo Sorce wrote: On Fri, 2011-09-16 at 14:04 +0200, Martin Kosek wrote: ... How would that work? We are designing -add -show -mod commands for mutlivalued LDAP attribute values, we should have some reference what value we are modifying. Or did you mean

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

2011-09-16 Thread John Dennis
Thanks Adam! FWIW I was kinda hoping for new development we would start using Python and have as a general goal of migrating Perl code to Python as opportunities arose. Python is the company preferred scripting language. Once upon a time I was a Perl fan boy, I though it was the greatest

[Freeipa-devel] [PATCH] 876 normalize user principal

2011-09-16 Thread Rob Crittenden
Normalize and validate user principals in user and passwd plugins. The uid in the principal should be lower-case. rob From 202b7f7b5ad4272e36c7b73ef8359b0b44bde009 Mon Sep 17 00:00:00 2001 From: Rob Crittenden rcrit...@redhat.com Date: Fri, 16 Sep 2011 09:35:48 -0400 Subject: [PATCH] Normalize

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

2011-09-16 Thread JR Aquino
On Sep 16, 2011, at 4:41 AM, Alexander Bokovoy aboko...@redhat.com wrote: On Fri, 16 Sep 2011, Martin Kosek wrote: Great, most bugs are fixed. I only saw these 2 minor bugs. If those are fixed, I think we can ackpush. 1) Man pages: --list option is still not right, formating is wrong

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

2011-09-16 Thread Endi Sukma Dewata
On 9/15/2011 11:36 AM, Petr Vobornik wrote: On 09/15/2011 02:06 AM, Endi Sukma Dewata wrote: 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

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

2011-09-16 Thread Rich Megginson
On 09/16/2011 08:09 AM, Adam Young wrote: On 09/16/2011 08:58 AM, John Dennis wrote: Thanks Adam! FWIW I was kinda hoping for new development we would start using Python and have as a general goal of migrating Perl code to Python as opportunities arose. Python is the company preferred

Re: [Freeipa-devel] [PATCH] 876 normalize user principal

2011-09-16 Thread Rob Crittenden
Rob Crittenden wrote: Normalize and validate user principals in user and passwd plugins. The uid in the principal should be lower-case. rob With updated API.txt rob From 594bc2e0daf5ee92bbaf6fd3eaa5599bd5157d75 Mon Sep 17 00:00:00 2001 From: Rob Crittenden rcrit...@redhat.com Date: Fri, 16

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

2011-09-16 Thread Alexander Bokovoy
On Fri, 16 Sep 2011, JR Aquino wrote: On Sep 16, 2011, at 4:41 AM, Alexander Bokovoy aboko...@redhat.com wrote: Can't we have a shortcut that allows to specify only name of the managed entry and we will expand it to full DN? Current approach is way error-prone for admins to accidently

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

2011-09-16 Thread JR Aquino
On Sep 16, 2011, at 2:11 AM, Martin Kosek wrote: On Thu, 2011-09-15 at 17:25 +, JR Aquino wrote: On Sep 15, 2011, at 1:47 AM, Martin Kosek wrote: On Thu, 2011-09-15 at 00:47 +, JR Aquino wrote: On Jul 22, 2011, at 7:05 AM, Martin Kosek wrote: 5) I was thinking if there is a

[Freeipa-devel] [PATCH] 275 Use editable combobox for service type.

2011-09-16 Thread Endi Sukma Dewata
The service type field in the service adder dialog has been modified to use an editable combobox. Ticket #1633. -- Endi S. Dewata From 0e3929b1b0db342771429eba64e789e65a79 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata edew...@redhat.com Date: Fri, 16 Sep 2011 12:02:12 -0500 Subject: [PATCH]

Re: [Freeipa-devel] [PATCH] 874 suppress managed netgroups as indirect members of hosts

2011-09-16 Thread Rob Crittenden
JR Aquino wrote: On Sep 14, 2011, at 1:39 PM, Rob Crittenden wrote: Suppress managed netgroups as indirect members of hosts. This enhances a previous patch that I did for hostgroups. rob Works as advertised: ACK Martin, ok to push? rob ___

[Freeipa-devel] [PATCH] 277 Updated DNS zone details page.

2011-09-16 Thread Endi Sukma Dewata
The DNS zone details page has been modified to use radio buttons for active zone and dynamic update fields, and text area for BIND update policy field. Ticket #1781, #1785 -- Endi S. Dewata From ca019ce4c78195e8d504f474155743f325283d82 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata

[Freeipa-devel] [PATCH] 276 Fixed problem enabling/disabling DNS zone.

2011-09-16 Thread Endi Sukma Dewata
The details facet for DNS zone has been modified to use dnszone- enable/disable for idnszoneactive and dnszone-mod for other fields. Ticket #1813 -- Endi S. Dewata From edffb9b9c7cd2c0ae4f7ca07fa5e46bca5d33386 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata edew...@redhat.com Date: Fri, 16 Sep