[Freeipa-devel] [PATCH] 0005 Always qualify requests for admin in ipa-replica-conncheck

Florence Blanc-Renaud frenaud at redhat.com
Tue Jun 7 15:25:22 UTC 2016


On 06/06/2016 07:18 PM, Martin Basti wrote:
>
>
>
> On 02.06.2016 14:58, Florence Blanc-Renaud wrote:
>>
>> Hi,
>>
>> this patch modifies ipa-replica-conncheck when it performs the SSH 
>> connection to the master, so that the username is always fully qualified.
>>
>> https://fedorahosted.org/freeipa/ticket/5812
>> -- 
>> Florence Blanc-Renaud
>> Identity Management Team, Red Hat
>>
>>
>
> LGTM, but because current issues with replica install in master 
> branch, I couldn't test it and I would like to be sure that 
> ipa-replica-install using NTP will work too
>
>
> Just little nitpick, for better readibility, 'command' should be on 
> new line
> -            '%s@%s' % (self.user, self.addr), command
> +            '-o User=%s' % self.user,
> +            '%s' % self.addr, command
>
> Martin^2

Hi Martin,

thanks for the review. I am attaching a new patch with your suggestion. 
Just for my record, what would be the command-line options to test the 
scenario you're referring to?

Flo.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20160607/8959b043/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-frenaud-0005-2-Always-qualify-requests-for-admin-in-ipa-replica-con.patch
Type: text/x-patch
Size: 2312 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20160607/8959b043/attachment.bin>


More information about the Freeipa-devel mailing list