[SSSD] [PATCH] Clarify that getnamebysid currently works only with ipa/ad, id_provider

Jakub Hrozek jhrozek at redhat.com
Mon Jul 29 10:54:10 UTC 2013


On Fri, Jul 26, 2013 at 01:32:17PM +0200, Jakub Hrozek wrote:
> On Fri, Jul 26, 2013 at 01:10:16PM +0200, Ondrej Kos wrote:
> > Hi,
> > 
> > Simple patch ammending the pysss_nss_idmap documentation about state of
> > https://fedorahosted.org/sssd/ticket/2019
> > 
> > The patch itself fixes ticket https://fedorahosted.org/sssd/ticket/2035
> > 
> > Ondra
> > -- 
> > Ondrej Kos
> > Associate Software Engineer
> > Identity Management - SSSD
> > Red Hat Czech
> 
> > From b397e069b8fddd083af93b1524c6c7efdc09ef9e Mon Sep 17 00:00:00 2001
> > From: Ondrej Kos <okos at redhat.com>
> > Date: Fri, 26 Jul 2013 13:07:07 +0200
> > Subject: [PATCH] Clarify that getnamebysid currently works only with ipa/ad
> >  id_provider
> > 
> > https://fedorahosted.org/sssd/ticket/2035
> > ---
> >  src/python/pysss_nss_idmap.c | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> > 
> > diff --git a/src/python/pysss_nss_idmap.c b/src/python/pysss_nss_idmap.c
> > index c938ff7ad7c707f646fe28c7110d5b585e950cae..0870b0da614e127c925572a8fc444cee1c6cf441 100644
> > --- a/src/python/pysss_nss_idmap.c
> > +++ b/src/python/pysss_nss_idmap.c
> > @@ -311,7 +311,9 @@ PyDoc_STRVAR(getnamebysid_doc,
> >  \n\
> >  Returns a dictionary with a dictonary of results for each given SID.\n\
> >  The result dictonary contain the name and the type of the object which can be\n\
> > -accessed with the key constants NAME_KEY and TYPE_KEY, respectively."
> > +accessed with the key constants NAME_KEY and TYPE_KEY, respectively.\n\
> > +\n\
> > +NOTE: getnamebysid currently works only with id_provider set as \"ad\" or \"ipa\""
> >  );
> >  
> >  static PyObject * py_getnamebysid(PyObject *module, PyObject *args)
> > -- 
> > 1.8.1.4
> > 
> 
> ACK

Pushed to master.



More information about the sssd-devel mailing list