Searched defs:octx (Results 1 - 3 of 3) sorted by relevance

/sssd-io/src/tools/
H A Dtools_util.h53 struct ops_ctx *octx; member in struct:tools_ctx
H A Dsss_sync_ops.c81 static int attr_op(struct ops_ctx *octx, const char *nameval, int op) argument
123 ret = sysdb_set_user_attr(octx->domain, octx->name, attrs, op);
/sssd-io/src/python/
H A Dpysss.c113 struct ops_ctx *octx = NULL; local
127 octx = talloc_zero(tctx, struct ops_ctx);
128 if (octx == NULL) {
132 octx->domain = self->local;
134 tctx->octx = octx;
202 tctx->octx->addgroups = PyList_AsStringList(tctx, py_groups, "groups");
203 if (!tctx->octx->addgroups) {
217 tctx->octx->name = username;
218 tctx->octx
[all...]

Completed in 9 milliseconds