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

/sssd/src/tools/
H A Dtools_util.c521 char *userdel_cmd = NULL; local
534 NULL, &userdel_cmd);
535 if (ret != EOK || !userdel_cmd) {
543 execl(userdel_cmd, userdel_cmd,
561 userdel_cmd, ret);
568 userdel_cmd, WTERMSIG(status));
574 userdel_cmd, WSTOPSIG(status));
591 talloc_free(userdel_cmd);

Completed in 9 milliseconds