Searched defs:krb5_child_extra_args (Results 1 - 2 of 2) sorted by relevance
| /sssd-io/src/tests/cmocka/ |
| H A D | test_krb5_common.c | 88 const char **krb5_child_extra_args; local 102 &krb5_child_extra_args); 104 assert_string_equal(krb5_child_extra_args[0], uid_opt); 105 assert_string_equal(krb5_child_extra_args[1], gid_opt); 106 assert_null(krb5_child_extra_args[2]); 107 talloc_free(krb5_child_extra_args); 111 &krb5_child_extra_args); 113 assert_string_equal(krb5_child_extra_args[0], uid_opt); 114 assert_string_equal(krb5_child_extra_args[1], gid_opt); 115 assert_string_equal(krb5_child_extra_args[ [all...] |
| /sssd-io/src/providers/krb5/ |
| H A D | krb5_child_handler.c | 299 const char ***krb5_child_extra_args) 305 if (krb5_ctx == NULL || krb5_child_extra_args == NULL) { 415 *krb5_child_extra_args = extra_args; 434 const char **krb5_child_extra_args; local 438 ret = set_extra_args(state, state->kr->krb5_ctx, &krb5_child_extra_args); 465 krb5_child_extra_args, false, 298 set_extra_args(TALLOC_CTX *mem_ctx, struct krb5_ctx *krb5_ctx, const char ***krb5_child_extra_args) argument
|
Completed in 12 milliseconds