Searched refs:sss_cmd_execute (Results 1 - 5 of 5) sorted by relevance
/sssd-io/src/tests/cmocka/ |
H A D | test_pam_srv.c | 1090 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_AUTHENTICATE, 1109 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_SETCRED, 1128 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_ACCT_MGMT, 1150 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_OPEN_SESSION, 1169 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_CLOSE_SESSION, 1188 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_CHAUTHTOK, 1207 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_CHAUTHTOK_PRELIM, 1226 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_PREAUTH, 1249 ret = sss_cmd_execute(pam_test_ctx->cctx, SSS_PAM_AUTHENTICATE, 1402 ret = sss_cmd_execute(pam_test_ct [all...] |
H A D | test_nss_srv.c | 739 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 761 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 778 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 837 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 913 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 977 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 1028 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 1069 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 1092 ret = sss_cmd_execute(nss_test_ctx->cctx, SSS_NSS_GETPWNAM, 1152 ret = sss_cmd_execute(nss_test_ct [all...] |
/sssd-io/src/responder/common/ |
H A D | responder_cmd.c | 165 int sss_cmd_execute(struct cli_ctx *cctx, function
|
H A D | responder.h | 240 int sss_cmd_execute(struct cli_ctx *cctx,
|
H A D | responder_common.c | 288 return sss_cmd_execute(cctx, cmd, sss_cmds);
|
Completed in 1438 milliseconds