diff options
author | Ondrej Kos <okos@redhat.com> | 2013-07-26 13:07:07 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-07-29 12:01:52 +0200 |
commit | fed544f8c960bf346679870843854bf43e83c453 (patch) | |
tree | 0fe15ae5f287688c0727ee0fdb67265a57ae0ae9 /src | |
parent | d910b4ebaa8e68bd24ad22b8f65aed7c6812aaf1 (diff) | |
download | sssd-fed544f8c960bf346679870843854bf43e83c453.tar.gz sssd-fed544f8c960bf346679870843854bf43e83c453.tar.xz sssd-fed544f8c960bf346679870843854bf43e83c453.zip |
Clarify that getnamebysid currently works only with ipa/ad id_provider
https://fedorahosted.org/sssd/ticket/2035
Diffstat (limited to 'src')
-rw-r--r-- | src/python/pysss_nss_idmap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/python/pysss_nss_idmap.c b/src/python/pysss_nss_idmap.c index c938ff7ad..0870b0da6 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) |