Re: [Freeipa-devel] [RFE] Warnings and client capabilities (Was: [PATCH] 0062 Don't crash when server returns extra output)

2012-10-29 Thread Jan Cholasta
On 26.10.2012 16:35, Petr Viktorin wrote: On 10/25/2012 04:55 PM, Jan Cholasta wrote: Hi, On 23.10.2012 17:57, Petr Viktorin wrote: Here is a draft design document for ticket 2732. Please comment on both the feature itself, and on how to write design documents. PetrĀ¹, please add how the UI

Re: [Freeipa-devel] [PATCH] 1069 use lower-case value for SECURE_NFS

2012-10-29 Thread Jan Cholasta
Hi, On 26.10.2012 19:37, Rob Crittenden wrote: We enable SECURE_NFS in ipa-client-automount. Originally I used the string YES which worked fine on Fedora systems with systemd. sysV init systems look for a lower-case yes, so switch to that instead. I double-checked on F-17 and F-18 that the

[Freeipa-devel] [PATCH] 88 Reword description of the --passsync option of ipa-replica-manage

2012-10-29 Thread Jan Cholasta
Hi, this patch fixes https://fedorahosted.org/freeipa/ticket/3208. Honza -- Jan Cholasta From 00bd0124504d5214e083da9669ba45f5543aa369 Mon Sep 17 00:00:00 2001 From: Jan Cholasta jchol...@redhat.com Date: Mon, 29 Oct 2012 05:13:39 -0400 Subject: [PATCH] Reword description of the --passsync

[Freeipa-devel] Dojo and Web UI in 3.2

2012-10-29 Thread Petr Vobornik
Hi, I would like to make a bigger change in Web UI. Basically I think Web UI would benefit from using a Dojo toolkit, a JS framework. I would like to know if I can proceed with incorporating it. I think this is the best time (end of 3.0/3.1 and a beginning of 3.2) to do such change. Why

Re: [Freeipa-devel] [RFE] Warnings and client capabilities (Was: [PATCH] 0062 Don't crash when server returns extra output)

2012-10-29 Thread Petr Vobornik
On 10/23/2012 05:57 PM, Petr Viktorin wrote: Here is a draft design document for ticket 2732. Please comment on both the feature itself, and on how to write design documents. PetrĀ¹, please add how the UI should handle this. == Ticket summary ([https://fedorahosted.org/freeipa/ticket/2732

[Freeipa-devel] [PATCH] 329 Use common encoding in modlist generation

2012-10-29 Thread Martin Kosek
ldap2 server plugin generates a modlist for every IPA command entry modification. However, encoding of attributes entry_attrs generated by our framework still does not match entry read from LDAP (until ticket #2265 is addressed), convert compared values to common ground so that the comparison

Re: [Freeipa-devel] [PATCH] 329 Use common encoding in modlist generation

2012-10-29 Thread Jan Cholasta
Hi, On 29.10.2012 10:44, Martin Kosek wrote: ldap2 server plugin generates a modlist for every IPA command entry modification. However, encoding of attributes entry_attrs generated by our framework still does not match entry read from LDAP (until ticket #2265 is addressed), convert compared

Re: [Freeipa-devel] [PATCH 0082] Disable forwarding when forward zones are removed

2012-10-29 Thread Petr Spacek
On 10/26/2012 03:33 PM, Petr Spacek wrote: Hello, Disable forwarding when forward zones are removed. https://fedorahosted.org/bind-dyndb-ldap/ticket/96 Hmm ... Apparently, I was sleeping on Friday :-) There is a promised patch. -- Petr^2 Spacek From

Re: [Freeipa-devel] [PATCH] 1067 clear out certmonger requests

2012-10-29 Thread Jan Cholasta
Hi, On 24.10.2012 21:22, Rob Crittenden wrote: If uninstall fails in certain ways it is possible that some certificates could still be tracked by certmonger (even if the NSS database is now gone). This will loop through the directories we care about and warn the user if there is anything left

Re: [Freeipa-devel] [PATCH 0081] Add forward policy none

2012-10-29 Thread Adam Tkac
On Fri, Oct 26, 2012 at 02:47:17PM +0200, Petr Spacek wrote: Hello, Add forward policy none. This policy adds ability to disable forwarding on per-zone basics. Now it is possible to forward all queries to global forwarders and selectively disable forwarding for specific

Re: [Freeipa-devel] [PATCH 0082] Disable forwarding when forward zones are removed

2012-10-29 Thread Adam Tkac
On Mon, Oct 29, 2012 at 02:24:48PM +0100, Petr Spacek wrote: On 10/26/2012 03:33 PM, Petr Spacek wrote: Hello, Disable forwarding when forward zones are removed. https://fedorahosted.org/bind-dyndb-ldap/ticket/96 Hmm ... Apparently, I was sleeping on Friday :-) There is a

Re: [Freeipa-devel] [PATCH 0083] Flush cache after creating a new forward zone

2012-10-29 Thread Adam Tkac
On Fri, Oct 26, 2012 at 04:03:08PM +0200, Petr Spacek wrote: On 10/26/2012 03:55 PM, Martin Kosek wrote: On 10/26/2012 03:53 PM, Petr Spacek wrote: Hello, Flush cache after creating a new forward zone. https://fedorahosted.org/bind-dyndb-ldap/ticket/97 I guess the patch is

Re: [Freeipa-devel] [PATCH 0080] Prevent false 'zone serial (2012060301) unchanged' error messages

2012-10-29 Thread Adam Tkac
On Mon, Oct 22, 2012 at 04:18:19PM +0200, Petr Spacek wrote: Hello, this patch prevents false 'zone serial (2012060301) unchanged' error messages coming from zone_postload(), which is called after each zone change from dns_zone_load(). I found zone_postload() unnecessary for our plugin

Re: [Freeipa-devel] [PATCH] Changes to use a single database for dogtag and IPA

2012-10-29 Thread Petr Viktorin
On 10/26/2012 02:25 PM, Petr Viktorin wrote: On 10/26/2012 02:20 PM, Petr Viktorin wrote: Attached are this thread's patches rebased and squashed into one. ... and here is a patch to address replication problems related to merging the schemata of the IPA and CA databases. See the commit

Re: [Freeipa-devel] [PATCH 0081] Add forward policy none

2012-10-29 Thread Petr Spacek
On 10/29/2012 04:25 PM, Adam Tkac wrote: On Fri, Oct 26, 2012 at 02:47:17PM +0200, Petr Spacek wrote: Hello, Add forward policy none. This policy adds ability to disable forwarding on per-zone basics. Now it is possible to forward all queries to global forwarders and

Re: [Freeipa-devel] [PATCH 0082] Disable forwarding when forward zones are removed

2012-10-29 Thread Petr Spacek
On 10/29/2012 04:26 PM, Adam Tkac wrote: On Mon, Oct 29, 2012 at 02:24:48PM +0100, Petr Spacek wrote: On 10/26/2012 03:33 PM, Petr Spacek wrote: Hello, Disable forwarding when forward zones are removed. https://fedorahosted.org/bind-dyndb-ldap/ticket/96 Hmm ... Apparently,

Re: [Freeipa-devel] [PATCH 0083] Flush cache after creating a new forward zone

2012-10-29 Thread Petr Spacek
On 10/29/2012 04:28 PM, Adam Tkac wrote: On Fri, Oct 26, 2012 at 04:03:08PM +0200, Petr Spacek wrote: On 10/26/2012 03:55 PM, Martin Kosek wrote: On 10/26/2012 03:53 PM, Petr Spacek wrote: Hello, Flush cache after creating a new forward zone.

Re: [Freeipa-devel] [PATCH] 329 Use common encoding in modlist generation

2012-10-29 Thread Martin Kosek
On 10/29/2012 02:17 PM, Jan Cholasta wrote: Hi, On 29.10.2012 10:44, Martin Kosek wrote: ldap2 server plugin generates a modlist for every IPA command entry modification. However, encoding of attributes entry_attrs generated by our framework still does not match entry read from LDAP (until

[Freeipa-devel] [PATCH 0/1] Resolve external members from trusted domain via Global Catalog

2012-10-29 Thread Alexander Bokovoy
This patch adds support for resolving external members from trusted domain. It means 'ipa group-add-member --external' can accept not only SID but also user or group specifier in the form DOM\name or name@domain. The code is highly experimental. https://fedorahosted.org/freeipa/ticket/3211

[Freeipa-devel] [PATCH 1/1] Resolve external members from trusted domain via Global Catalog

2012-10-29 Thread Alexander Bokovoy
A sequence is following: 1. Match external member against existing trusted domain 2. Find trusted domain's domain controller 3. Fetch trusted domain account auth info 4. Set up ccache in /var/run/ipa/ipa_memcached/krb5cc_TRUSTEDDOMAIN with principal ourdomain$@trusted.domain 5. Do LDAP SASL

[Freeipa-devel] [PATCH] Switch %r specifiers to %s in Public errors

2012-10-29 Thread Lynn Root
Hi all! This switch drops the preceding 'u' from strings in public error messages. Ticket: https://fedorahosted.org/freeipa/ticket/3121 This patch also addresses the unfriendly 'u' from re-raising errors from the external call to netaddr.IPAddress by passing a bytestring to the function.

Re: [Freeipa-devel] Dojo and Web UI in 3.2

2012-10-29 Thread Dmitri Pal
On 10/29/2012 05:27 AM, Petr Vobornik wrote: Hi, I would like to make a bigger change in Web UI. Basically I think Web UI would benefit from using a Dojo toolkit, a JS framework. I would like to know if I can proceed with incorporating it. I think this is the best time (end of 3.0/3.1 and a

Re: [Freeipa-devel] [PATCH] 88 Reword description of the --passsync option of ipa-replica-manage

2012-10-29 Thread Rob Crittenden
Jan Cholasta wrote: Hi, this patch fixes https://fedorahosted.org/freeipa/ticket/3208. There are two typos, PasSync with only 2 s's. I think there should be a separate section on PassSync explaining what the service is and passwords are modified. There is some information on this in the

Re: [Freeipa-devel] [PATCH] 1069 use lower-case value for SECURE_NFS

2012-10-29 Thread Rob Crittenden
Jan Cholasta wrote: Hi, On 26.10.2012 19:37, Rob Crittenden wrote: We enable SECURE_NFS in ipa-client-automount. Originally I used the string YES which worked fine on Fedora systems with systemd. sysV init systems look for a lower-case yes, so switch to that instead. I double-checked on F-17

Re: [Freeipa-devel] [PATCH 3/3] Get list of service from LDAP only at startup

2012-10-29 Thread Rob Crittenden
Simo Sorce wrote: On Fri, 2012-10-26 at 16:30 -0400, Rob Crittenden wrote: Simo Sorce wrote: From: Simo Sorce sso...@redhat.com We check (possibly different) data from LDAP only at (re)start. This way we always shutdown exactly the services we started even if the list changed in the meanwhile

Re: [Freeipa-devel] [PATCH 3/3] Get list of service from LDAP only at startup

2012-10-29 Thread Simo Sorce
On Mon, 2012-10-29 at 15:41 -0400, Rob Crittenden wrote: Simo Sorce wrote: On Fri, 2012-10-26 at 16:30 -0400, Rob Crittenden wrote: Simo Sorce wrote: From: Simo Sorce sso...@redhat.com We check (possibly different) data from LDAP only at (re)start. This way we always shutdown exactly

Re: [Freeipa-devel] [PATCH 2/3] Save service name on service startup

2012-10-29 Thread Rob Crittenden
Simo Sorce wrote: On Fri, 2012-10-26 at 16:13 -0400, Rob Crittenden wrote: Simo Sorce wrote: From: Simo Sorce sso...@redhat.com This is done as a default action of the ancestor class so that no matter what platform is currently used this code is always the same and the name is the wellknown

Re: [Freeipa-devel] [PATCH 1/1] Resolve external members from trusted domain via Global Catalog

2012-10-29 Thread Simo Sorce
On Mon, 2012-10-29 at 19:59 +0200, Alexander Bokovoy wrote: A sequence is following: 1. Match external member against existing trusted domain 2. Find trusted domain's domain controller 3. Fetch trusted domain account auth info 4. Set up ccache in

Re: [Freeipa-devel] [PATCH 1/1] Resolve external members from trusted domain via Global Catalog

2012-10-29 Thread Alexander Bokovoy
On Mon, 29 Oct 2012, Simo Sorce wrote: On Mon, 2012-10-29 at 19:59 +0200, Alexander Bokovoy wrote: A sequence is following: 1. Match external member against existing trusted domain 2. Find trusted domain's domain controller 3. Fetch trusted domain account auth info 4. Set up ccache in

Re: [Freeipa-devel] [PATCH 1/1] Resolve external members from trusted domain via Global Catalog

2012-10-29 Thread Rob Crittenden
Alexander Bokovoy wrote: On Mon, 29 Oct 2012, Simo Sorce wrote: On Mon, 2012-10-29 at 19:59 +0200, Alexander Bokovoy wrote: A sequence is following: 1. Match external member against existing trusted domain 2. Find trusted domain's domain controller 3. Fetch trusted domain account auth info 4.

Re: [Freeipa-devel] [PATCH] 88 ipa-adtrust-install: restart httpd to pick up new plugins

2012-10-29 Thread Rob Crittenden
Sumit Bose wrote: On Wed, Oct 24, 2012 at 01:07:03PM +0200, Martin Kosek wrote: On 10/24/2012 12:48 PM, Sumit Bose wrote: On Wed, Oct 24, 2012 at 12:31:57PM +0200, Martin Kosek wrote: On 10/24/2012 12:19 PM, Sumit Bose wrote: Hi, this patches fixes

Re: [Freeipa-devel] [PATCH 1/1] Resolve external members from trusted domain via Global Catalog

2012-10-29 Thread Alexander Bokovoy
On Mon, 29 Oct 2012, Rob Crittenden wrote: [Mon Oct 29 16:15:33 2012] [error] [client 192.168.122.240] File /usr/lib/python2.7/site-packages/ipaserver/plugins/ldap2.py, line 562, in sasl_interactive_bind_s [Mon Oct 29 16:15:33 2012] [error] [client 192.168.122.240] return

Re: [Freeipa-devel] [PATCH 1/1] Resolve external members from trusted domain via Global Catalog

2012-10-29 Thread Simo Sorce
On Mon, 2012-10-29 at 23:03 +0200, Alexander Bokovoy wrote: On Mon, 29 Oct 2012, Simo Sorce wrote: On Mon, 2012-10-29 at 19:59 +0200, Alexander Bokovoy wrote: A sequence is following: 1. Match external member against existing trusted domain 2. Find trusted domain's domain controller 3.

Re: [Freeipa-devel] [PATCH 2/3] Save service name on service startup

2012-10-29 Thread Simo Sorce
On Mon, 2012-10-29 at 16:19 -0400, Rob Crittenden wrote: Simo Sorce wrote: On Fri, 2012-10-26 at 16:13 -0400, Rob Crittenden wrote: Simo Sorce wrote: From: Simo Sorce sso...@redhat.com This is done as a default action of the ancestor class so that no matter what platform is

Re: [Freeipa-devel] [PATCH 1/1] Resolve external members from trusted domain via Global Catalog

2012-10-29 Thread Alexander Bokovoy
On Mon, 29 Oct 2012, Simo Sorce wrote: On Mon, 2012-10-29 at 23:03 +0200, Alexander Bokovoy wrote: On Mon, 29 Oct 2012, Simo Sorce wrote: On Mon, 2012-10-29 at 19:59 +0200, Alexander Bokovoy wrote: A sequence is following: 1. Match external member against existing trusted domain 2. Find

Re: [Freeipa-devel] Dojo and Web UI in 3.2

2012-10-29 Thread Endi Sukma Dewata
On 10/29/2012 4:27 AM, Petr Vobornik wrote: Hi, I would like to make a bigger change in Web UI. Basically I think Web UI would benefit from using a Dojo toolkit, a JS framework. I would like to know if I can proceed with incorporating it. I think this is the best time (end of 3.0/3.1 and a