[Freeipa-devel] [PATCH] 746-747 append domain into network.negotiate-auth.trusted-uris

Endi Sukma Dewata edewata at redhat.com
Thu Sep 4 19:26:51 UTC 2014


On 8/29/2014 11:00 AM, Petr Vobornik wrote:
> [PATCH] 746 webui: append network.negotiate-auth.trusted-uris
>
> https://fedorahosted.org/freeipa/ticket/4478

Some comments/questions:

1. If I'm reading this correctly, if the preference is currently empty, 
the method will just return without setting the new value.

2. If the new value already exists, the method will just return. 
Shouldn't it "continue" with the rest of the loop instead of "return"? 
This applies to #1 as well.

3. Using indexOf() to find a URI in a string can produce false matches. 
For example, aa.com will match baa.com. Ideally the existing value 
should be parsed into a collection of URI's, then the new URI should be 
matched using a proper URI matching algorithm.

> [PATCH] 747 install: create ff krb extension on every install, replica
> install and upgrade
>
> We don't want to copy the extension from master to replica because the
> replica may use newer version of FreeIPA and therefore the extension
> code might be obsolete. Same reason for upgrades.
>
> https://fedorahosted.org/freeipa/ticket/4478

ACK.

-- 
Endi S. Dewata




More information about the Freeipa-devel mailing list