[Freeipa-devel] [PATCH] 077 Redirection to PTR records from A, AAAA records

2012-02-09 Thread Petr Vobornik
Address column in A, DNS records was extended by redirection capabilities. Redirection dialog is shown after a click on a value. Dialog does following steps: 1) fetch all dns zones 2) find most accurate reverse zone for IP address 2 -fail) show error message, stop 3) checks if target

[Freeipa-devel] [PATCH] 078 Fixed entity link disabling

2012-02-09 Thread Petr Vobornik
Problem: Entity link (eg: to hosts in dns record or to dns record in host) is not changing its state when linked record doesn't exist. The link can remain wrongly enabled from previous state. Fixed: The link is disabled when target doesn't exist. https://fedorahosted.org/freeipa/ticket/2364

Re: [Freeipa-devel] [PATCH 61] Cache authentication in session

2012-02-09 Thread John Dennis
On 02/09/2012 12:16 AM, Endi Sukma Dewata wrote: On 2/8/2012 6:29 PM, John Dennis wrote: 1. For backward compatibility with curl or 3rd party apps, we should keep the existing authentication without session in /ipa/json and /ipa/xml. I originally wanted to use different URL's but was

[Freeipa-devel] [PATCH] Add common helper for interactive prompts

2012-02-09 Thread Petr Viktorin
This fixes https://fedorahosted.org/freeipa/ticket/2345 (^D on password input returns traceback), with common code in all the prompt methods refactored out, so they will all behave the same on ^D and ^C. -- PetrĀ³ From 0ab03b780303aac1f4ae0d727715daf4832b23c4 Mon Sep 17 00:00:00 2001 From:

Re: [Freeipa-devel] [PATCH] 0003 Honor the default home directory in user_add

2012-02-09 Thread Martin Kosek
On Wed, 2012-02-08 at 10:11 +0100, Petr Viktorin wrote: On 02/07/2012 10:31 PM, Rob Crittenden wrote: Petr Viktorin wrote: On 02/07/2012 01:52 PM, Petr Viktorin wrote: Honor the default home directory base when creating a new user. Test included. I also cleaned up the way home directory

Re: [Freeipa-devel] [PATCH 59] Modify spec file to add ipa_memcached service Install , control ipa_memcached instance

2012-02-09 Thread Rob Crittenden
John Dennis wrote: rebased patch because it wouldn't apply to master ACK ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH 61] Cache authentication in session

2012-02-09 Thread Rob Crittenden
Endi Sukma Dewata wrote: On 2/6/2012 12:35 PM, John Dennis wrote: rebased because patch 61-2 did not apply to master. I've looked at the ipa.js, attached is a patch that fixes several issues: 1. The error_handler_login() does nothing if it gets an error other than 401, it was causing the

Re: [Freeipa-devel] [PATCH] 0040-0042 Fedora packages fixes merge

2012-02-09 Thread Rob Crittenden
Alexander Bokovoy wrote: On Mon, 06 Feb 2012, Rob Crittenden wrote: Seems to work ok, Fix this and you have ACK x3: pylint error: init/systemd/freeipa-systemd-upgrade:38: [E0602] Undefined variable 'IPAConfigError' My fix: +++ b/init/systemd/freeipa-systemd-upgrade @@ -35,7 +35,7 @@ def

Re: [Freeipa-devel] [PATCH 61] Cache authentication in session

2012-02-09 Thread Endi Sukma Dewata
On 2/9/2012 12:12 PM, Rob Crittenden wrote: ACK for John's patch with Endi's revision. Pushed to master and ipa-2-2. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH 59] Modify spec file to add ipa_memcached service Install , control ipa_memcached instance

2012-02-09 Thread Endi Sukma Dewata
On 2/9/2012 12:11 PM, Rob Crittenden wrote: John Dennis wrote: rebased patch because it wouldn't apply to master ACK Pushed to master and ipa-2-2. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] [PATCH] 944 upgrade files for selinuxusermap

2012-02-09 Thread Rob Crittenden
The update files were missing for SELinuxUserMap support, this adds them. rob freeipa-rcrit-944-selinux.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCHES] 59-65 SSH public key management

2012-02-09 Thread Rob Townley
Are host private keys generated on the local machine and never leave the machine? Are user private keys kept in a secure area of FreeIPA so they have the same keyring when logging in from different machines? ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCHES] 59-65 SSH public key management

2012-02-09 Thread Rob Crittenden
Rob Townley wrote: Are host private keys generated on the local machine and never leave the machine? Are user private keys kept in a secure area of FreeIPA so they have the same keyring when logging in from different machines? IPA only stores public keys, not private keys, in all cases,