Searched refs:stash_file (Results 1 – 7 of 7) sorted by relevance
52 char *stash_file; in kadm5_s_init_with_context() local65 stash_file = realm_params->stash_file; in kadm5_s_init_with_context()67 stash_file = ctx->config.stash_file; in kadm5_s_init_with_context()70 assert(stash_file != NULL); in kadm5_s_init_with_context()82 ctx->db, stash_file); in kadm5_s_init_with_context()
178 ctx->config.stash_file = strdup(p); in find_db_spec()179 if (ctx->config.stash_file == NULL) in find_db_spec()207 if (ctx->config.stash_file == NULL) { in find_db_spec()208 aret = asprintf(&ctx->config.stash_file, "%s/m-key", in find_db_spec()266 (*ctx)->config.stash_file = strdup(params->stash_file); in _kadm5_s_init_context()267 if ((*ctx)->config.stash_file == NULL) in _kadm5_s_init_context()
50 free (c->stash_file); in destroy_config()
232 char *stash_file; member
516 mydb, server_context->config.stash_file); in receive_everything()
1184 stash_file from the config parameters, try to figure out these if
220 conf.stash_file = keyfile; in main()