Searched refs:py_groups (Results 1 - 1 of 1) sorted by relevance
/sssd/src/python/ | ||
H A D | pysss.c | 170 PyObject *py_groups = Py_None; local 189 &py_groups)) { 199 if (py_groups != Py_None) { 200 tctx->octx->addgroups = PyList_AsStringList(tctx, py_groups, "groups"); |
Completed in 846 milliseconds