Re: [Freeipa-devel] [PATCH] 025 Detection of v1 server during ipa-client-install

2011-02-14 Thread Rob Crittenden
Martin Kosek wrote: On Mon, 2011-02-14 at 12:00 -0500, Rob Crittenden wrote: Martin Kosek wrote: On Fri, 2011-02-04 at 09:05 +0100, Jan Zelený wrote: Martin Kosek wrote: When v2 IPA client is trying to join an IPA v1 server a strange exception is printed out to the user. This patch detects

Re: [Freeipa-devel] [PATCH] 025 Detection of v1 server during ipa-client-install

2011-02-14 Thread Martin Kosek
On Mon, 2011-02-14 at 12:00 -0500, Rob Crittenden wrote: > Martin Kosek wrote: > > On Fri, 2011-02-04 at 09:05 +0100, Jan Zelený wrote: > >> Martin Kosek wrote: > >>> When v2 IPA client is trying to join an IPA v1 server > >>> a strange exception is printed out to the user. This patch > >>> detect

Re: [Freeipa-devel] [PATCH] 025 Detection of v1 server during ipa-client-install

2011-02-14 Thread Rob Crittenden
Martin Kosek wrote: On Fri, 2011-02-04 at 09:05 +0100, Jan Zelený wrote: Martin Kosek wrote: When v2 IPA client is trying to join an IPA v1 server a strange exception is printed out to the user. This patch detects this by catching an XML-RPC error reported by ipa-join binary called in the proc

Re: [Freeipa-devel] [PATCH] 025 Detection of v1 server during ipa-client-install

2011-02-09 Thread Martin Kosek
On Fri, 2011-02-04 at 09:05 +0100, Jan Zelený wrote: > Martin Kosek wrote: > > When v2 IPA client is trying to join an IPA v1 server > > a strange exception is printed out to the user. This patch > > detects this by catching an XML-RPC error reported by ipa-join > > binary called in the process wh

Re: [Freeipa-devel] [PATCH] 025 Detection of v1 server during ipa-client-install

2011-02-04 Thread Jan Zelený
Martin Kosek wrote: > When v2 IPA client is trying to join an IPA v1 server > a strange exception is printed out to the user. This patch > detects this by catching an XML-RPC error reported by ipa-join > binary called in the process which fails on unexisting IPA server > 'join' method. > > wget c

[Freeipa-devel] [PATCH] 025 Detection of v1 server during ipa-client-install

2011-02-03 Thread Martin Kosek
When v2 IPA client is trying to join an IPA v1 server a strange exception is printed out to the user. This patch detects this by catching an XML-RPC error reported by ipa-join binary called in the process which fails on unexisting IPA server 'join' method. wget call had to be changed so that IPA c

[Freeipa-devel] [PATCH] 025 Detection of v1 server during ipa-client-install

2011-02-03 Thread Martin Kosek
When v2 IPA client is trying to join an IPA v1 server a strange exception is printed out to the user. This patch detects this by catching an XML-RPC error reported by ipa-join binary called in the process which fails on unexisting IPA server 'join' method. wget call had to be changed so that IPA c