From fed544f8c960bf346679870843854bf43e83c453 Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Fri, 26 Jul 2013 13:07:07 +0200 Subject: 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 c938ff7a..0870b0da 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) -- cgit