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

/sssd-io/src/tools/
H A Dsss_seed.c53 struct user_ctx *uctx; member in struct:seed_ctx
328 struct user_ctx *uctx,
340 if (uctx->name == NULL) {
348 input_uctx->name = talloc_strdup(input_uctx, uctx->name);
355 if (uctx->uid == 0) {
362 input_uctx->uid = uctx->uid;
365 if (uctx->gid == 0) {
372 input_uctx->gid = uctx->gid;
375 if (uctx->gecos == NULL) {
383 input_uctx->gecos = talloc_strdup(input_uctx, uctx
327 seed_interactive_input(TALLOC_CTX *mem_ctx, struct user_ctx *uctx, struct user_ctx **_uctx) argument
[all...]

Completed in 14 milliseconds