[Freeipa-devel] [PATCH] 072 Fix support for nss-pam-ldapd

2011-06-01 Thread Martin Kosek
Test hints: 1) Test with nss-ldap package - install nss-ldap on the client machine - install IPA client with --no-sssd option - `id admin', logging to the machine should work (even after the restart, i.e. correct services are run after the restart) 2) Test with nss-pam-ldapd - uninstall nss-ldap,

[Freeipa-devel] [PATCH] 073 IPA installation with --no-host-dns fails

2011-06-01 Thread Martin Kosek
Patch for both master and ipa-2-0 branch attached. --- --no-host-dns option should allow installing IPA server on a host without a DNS resolvable name. Update parse_ip_address and verify_ip_address functions has been changed not to return None and print error messages in case of an error, but

[Freeipa-devel] [PATCH] 0231-redirect-on-error

2011-06-01 Thread Adam Young
https://fedorahosted.org/freeipa/ticket/1227 From bb079f53efcab3b8216db0e15f9115726afc2b12 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Wed, 1 Jun 2011 09:34:44 -0400 Subject: [PATCH] redirect on error Code for redirecting on error has been moved to IPA.facet so it can be

Re: [Freeipa-devel] [PATCH] 0231-redirect-on-error

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

Re: [Freeipa-devel] [PATCH] 0229-automount-delete-key

2011-06-01 Thread Adam Young
https://fedorahosted.org/freeipa/ticket/204 Comments for what was fixed are in the patch. Here's what I didn't change: 4. Clicking 'Back to List' when viewing a map brings you back to list of locations. Is this still intentional? Perhaps the label should be changed to 'Back to

[Freeipa-devel] [PATCH] 074 Handle LDAP search references

2011-06-01 Thread Martin Kosek
LDAP search operation may return a search reference pointing to an LDAP resource. As the framework does not handle search references, skip these results to prevent result processing failures. Migrate operation crashed when the migrated DS contained search references. Now, it correctly skips these

Re: [Freeipa-devel] [PATCH] 069 Improve interactive mode for DNS plugin

2011-06-01 Thread Rob Crittenden
Martin Kosek wrote: On Fri, 2011-05-27 at 16:25 -0400, Rob Crittenden wrote: Martin Kosek wrote: On Thu, 2011-05-26 at 22:39 -0400, Rob Crittenden wrote: Martin Kosek wrote: Interactive mode for commands manipulating with DNS records (dnsrecord-add, dnsrecord-del) is not usable. This patch

Re: [Freeipa-devel] [PATCH] 0229-automount-delete-key

2011-06-01 Thread Adam Young
On 06/01/2011 07:05 PM, Endi Sukma Dewata wrote: On 6/1/2011 10:09 AM, Adam Young wrote: 11. The option values for automount map adder dialog could be simplified to direct and indirect. The values used are what is appended to the command's method. Had to leave them as is to keep that