>From a4b19b4b0e5d1e9b088059fc77f01e07d2407ca0 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 19 Jul 2013 16:52:11 +0200 Subject: [PATCH] Amend the doctext --- src/python/pysss.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/python/pysss.c b/src/python/pysss.c index a2924ff32575e1d41a776769720129b42de860da..6ae9a25268e632817311ff3cf0cb9354d99b5be3 100644 --- a/src/python/pysss.c +++ b/src/python/pysss.c @@ -751,6 +751,8 @@ fail: */ PyDoc_STRVAR(py_sss_getgrouplist__doc__, "Get list of groups user belongs to.\n\n" + "NOTE: The interface uses the system NSS calls and is not limited to " + "users served by the SSSD!\n" ":param username: name of user to get list for\n"); static PyObject *py_sss_getgrouplist(PyObject *self, PyObject *args) -- 1.8.3.1