Re: [Freeipa-devel] ipa-replica-manage help

2011-05-12 Thread Martin Kosek
On Wed, 2011-05-11 at 16:23 -0700, Michael Gregg wrote: I'm having problem using ipa-replica-manage. Can anybody help? I have this setup with a master and a replica. [root@ipaqavmf ~]# ipa-replica-manage list ipaqavmh.testrelm: master ipaqavmf.testrelm: master First off, I cannot

Re: [Freeipa-devel] [PATCH] 762 Let the framework be able to override the hostname

2011-05-12 Thread Jan Cholasta
On 11.5.2011 22:58, Rob Crittenden wrote: Jan Cholasta wrote: On 10.5.2011 15:51, Rob Crittenden wrote: Jan Cholasta wrote: On 1.4.2011 17:47, Rob Crittenden wrote: The hostname is passed in during the server installation. We should use this hostname for the resulting server as well. It was

Re: [Freeipa-devel] [PATCH] 762 Let the framework be able to override the hostname

2011-05-12 Thread Martin Kosek
On Tue, 2011-05-10 at 09:48 -0400, Rob Crittenden wrote: Martin Kosek wrote: On Fri, 2011-04-01 at 11:47 -0400, Rob Crittenden wrote: The hostname is passed in during the server installation. We should use this hostname for the resulting server as well. It was being discarded and we

Re: [Freeipa-devel] ipa-replica-manage help

2011-05-12 Thread Rob Crittenden
Michael Gregg wrote: I'm having problem using ipa-replica-manage. Can anybody help? I have this setup with a master and a replica. [root@ipaqavmf ~]# ipa-replica-manage list ipaqavmh.testrelm: master ipaqavmf.testrelm: master First off, I cannot disconnect a replica: From ipaqavmh:

Re: [Freeipa-devel] [PATCH] 3 Add ability to specify netmask with IP addresses during installation

2011-05-12 Thread Jan Cholasta
On 11.5.2011 15:58, Martin Kosek wrote: On Tue, 2011-05-10 at 20:10 +0200, Jan Cholasta wrote: On 21.4.2011 09:36, Jan Cholasta wrote: On 20.4.2011 22:08, Rob Crittenden wrote: Jan Cholasta wrote: On 11.4.2011 12:48, Jan Cholasta wrote: On 8.4.2011 16:26, Rob Crittenden wrote: Jan Cholasta

[Freeipa-devel] [PATCH] 066 Limit passwd plugin to user container

2011-05-12 Thread Martin Kosek
Improve performance by specifying basedn to find_entry_by_attr() function in ldap2 and passwd plugins. https://fedorahosted.org/freeipa/ticket/1165 From d0632e497d2ac95ff7cc2e8a8082c69c890d900e Mon Sep 17 00:00:00 2001 From: Martin Kosek mko...@redhat.com Date: Thu, 12 May 2011 14:43:13 +0200

Re: [Freeipa-devel] [PATCH] honor --no-reverse option

2011-05-12 Thread Martin Kosek
On Wed, 2011-05-11 at 16:50 -0400, Rob Crittenden wrote: Martin Kosek wrote: On Thu, 2011-04-28 at 08:53 -0400, Rob Crittenden wrote: The --no-reverse option was only working in unattended mode resulting in a reverse zone even if you requested to not create one. ticket 1152 rob

Re: [Freeipa-devel] [PATCH] 066 Limit passwd plugin to user container

2011-05-12 Thread Rob Crittenden
Martin Kosek wrote: Improve performance by specifying basedn to find_entry_by_attr() function in ldap2 and passwd plugins. https://fedorahosted.org/freeipa/ticket/1165 Nack, it is possible to bind as an object other than a user, say a host. I think just the first part of the patch is needed.

Re: [Freeipa-devel] [PATCH] 066 Limit passwd plugin to user container

2011-05-12 Thread Martin Kosek
On Thu, 2011-05-12 at 11:08 -0400, Rob Crittenden wrote: Martin Kosek wrote: Improve performance by specifying basedn to find_entry_by_attr() function in ldap2 and passwd plugins. https://fedorahosted.org/freeipa/ticket/1165 Nack, it is possible to bind as an object other than a user,

Re: [Freeipa-devel] [PATCH] 065 Running ipa-replica-manage as non-root cause errors

2011-05-12 Thread Rob Crittenden
Martin Kosek wrote: Logging errors are printed out when ipa-replica-manage is run as a non-root user. Log has been disabled in such case to prevent such messages. https://fedorahosted.org/freeipa/ticket/1046 Less than ideal but the logging here is rather inconsequential, so ack. rob

Re: [Freeipa-devel] [PATCH] admiyo-0220-update-ipa-init

2011-05-12 Thread Endi Sukma Dewata
On 4/1/2011 10:58 AM, Adam Young wrote: ACK. This can be pushed after removing the -x from the script header. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 048 Remove doc from API.txt

2011-05-12 Thread Rob Crittenden
Martin Kosek wrote: On Wed, 2011-05-11 at 17:04 -0400, Rob Crittenden wrote: Martin Kosek wrote: Doc parts are not removed from the API completely. This leads to unnecessary updates to API.txt when the option/argument documentation is changed. This patch replaces unreliable doc stripping

Re: [Freeipa-devel] [PATCH] 064 Improve service manipulation in client install

2011-05-12 Thread Rob Crittenden
Martin Kosek wrote: On Tue, 2011-05-10 at 10:06 -0400, Rob Crittenden wrote: Martin Kosek wrote: Remove redundant ipa-client-install error message when optional nscd daemon was not installed. Additionally, use standard IPA functions for service manipulation and improve logging.

Re: [Freeipa-devel] [PATCH] admiyo-0220-update-ipa-init

2011-05-12 Thread Adam Young
On 05/12/2011 11:20 AM, Endi Sukma Dewata wrote: On 4/1/2011 10:58 AM, Adam Young wrote: ACK. This can be pushed after removing the -x from the script header. removed -x and whitespace, and pushed to master ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 066 Limit passwd plugin to user container

2011-05-12 Thread Rob Crittenden
Martin Kosek wrote: On Thu, 2011-05-12 at 11:08 -0400, Rob Crittenden wrote: Martin Kosek wrote: Improve performance by specifying basedn to find_entry_by_attr() function in ldap2 and passwd plugins. https://fedorahosted.org/freeipa/ticket/1165 Nack, it is possible to bind as an object

Re: [Freeipa-devel] [PATCH] 060 Consolidate man pages and IPA tools help

2011-05-12 Thread Rob Crittenden
Martin Kosek wrote: I'll nack any patch in the future that would spoil this enjoyable effort :-) -- IPA tools options are not consistent with information in man pages. https://fedorahosted.org/freeipa/ticket/1163 https://fedorahosted.org/freeipa/ticket/1178 ack, pushed to master and ipa-2-0

[Freeipa-devel] [PATCH] 27 Make sure ipa_config is read only when caching

2011-05-12 Thread JR Aquino
It was discovered that using the batch plugin it was possible to store duplicate data in parts of the ipa_config during iterations. This was causing a cascading exec failures if any one of the batch executions failed. https://fedorahosted.org/freeipa/ticket/1220 bin76v44Z6apL.bin

[Freeipa-devel] [PATCH] 782 update nvr for selinux-policy and pki-ca

2011-05-12 Thread Rob Crittenden
Update min nvr for selinux-policy and pki-ca for F-15+ Done with conditionals so still installable on F-14. ticket 1200 rob freeipa-rcrit-782-spec.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com