[SSSD] fix setting schema in ipa provider

Sumit Bose sbose at redhat.com
Thu Oct 22 17:46:53 UTC 2009


On Thu, Oct 22, 2009 at 12:39:57PM -0400, Simo Sorce wrote:
> one liner
> 
> -- 
> Simo Sorce * Red Hat, Inc * New York

> >From 86e1b6c35ed196140f25235a3e1a9610133696fc Mon Sep 17 00:00:00 2001
> From: Simo Sorce <ssorce at redhat.com>
> Date: Thu, 22 Oct 2009 12:33:14 -0400
> Subject: [PATCH] Fix setting the schema in the ipa provider
> 
> ---
>  server/providers/ipa/ipa_common.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/server/providers/ipa/ipa_common.c b/server/providers/ipa/ipa_common.c
> index 799ac2f..aee0cd6 100644
> --- a/server/providers/ipa/ipa_common.c
> +++ b/server/providers/ipa/ipa_common.c
> @@ -288,6 +288,9 @@ int ipa_get_id_options(TALLOC_CTX *memctx,
>          goto done;
>      }
>  
> +    /* fix schema to IPAv1 for now */
> +    ipa_opts->id->schema_type = SDAP_SCHEMA_IPA_V1;
> +
>      ret = sdap_get_map(ipa_opts->id,
>                         cdb, conf_path,
>                         ipa_user_map,
> -- 
> 1.6.2.5
> 

This looks very similar to the patch I have in my tree :-)

ACK

bye,
Sumit



More information about the sssd-devel mailing list