Searched refs:sss_cmd_execute (Results 1 - 5 of 5) sorted by relevance
/sssd/src/tests/cmocka/ |
H A D | test_nss_srv.c | 548 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 569 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 585 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 644 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 720 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 784 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 835 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 876 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 899 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 959 ret = sss_cmd_execute(nss_test_ct [all...] |
H A D | test_pam_srv.c | 830 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_AUTHENTICATE, 849 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_SETCRED, 868 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_ACCT_MGMT, 888 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_OPEN_SESSION, 907 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_CLOSE_SESSION, 926 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_CHAUTHTOK, 945 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_CHAUTHTOK_PRELIM, 964 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_PREAUTH, 987 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_AUTHENTICATE, 1136 ret = sss_cmd_execute(pam_test_ct [all...] |
/sssd/src/responder/common/ |
H A D | responder.h | 202 int sss_cmd_execute(struct cli_ctx *cctx,
|
H A D | responder_cmd.c | 166 int sss_cmd_execute(struct cli_ctx *cctx, function
|
H A D | responder_common.c | 283 return sss_cmd_execute(cctx, cmd, sss_cmds);
|
Completed in 381 milliseconds