[Freeipa-devel] [PATCH] 0056 Fix broken replication

Petr Viktorin pviktori at redhat.com
Mon Aug 19 16:01:28 UTC 2013


On 08/19/2013 05:50 PM, Ana Krivokapic wrote:
> Hello,
>
> This patch addresses tickethttps://fedorahosted.org/freeipa/ticket/3868.
>
> -- Regards, Ana Krivokapic Associate Software Engineer FreeIPA team Red
> Hat Inc.
>
>
> freeipa-akrivoka-0056-Fix-broken-replication.patch
>
>
>  From cdcb28b9b3b8e45db1b7a61f0df6f41e7a61450a Mon Sep 17 00:00:00 2001
> From: Ana Krivokapic<akrivoka at redhat.com>
> Date: Mon, 19 Aug 2013 17:45:31 +0200
> Subject: [PATCH] Fix broken replication
>
> Make sure the subject base parameter is correctly passed and used during the
> creation of the DS instance on a replica.
>
> https://fedorahosted.org/freeipa/ticket/3868
> ---
[...]
> --- a/ipaserver/install/dsinstance.py
> +++ b/ipaserver/install/dsinstance.py
> @@ -275,7 +275,7 @@ def create_instance(self, realm_name, fqdn, domain_name,
>
>       def create_replica(self, realm_name, master_fqdn, fqdn,
>                          domain_name, dm_password, pkcs12_info=None,
> -                       ca_file=None):
> +                       ca_file=None, subject_base=None):

Does it ever make sense to have subject_base=None here?


-- 
Petr³




More information about the Freeipa-devel mailing list