Searched refs:mapped_path (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/responder/secrets/
H A Dproviders.c29 char **mapped_path);
37 char **mapped_path)
44 *mapped_path =
48 if (!*mapped_path) {
55 "User-specific secrets path is [%s]\n", *mapped_path);
60 char **mapped_path)
73 *mapped_path = talloc_strdup(secreq, secreq->parsed_url.path );
74 if (!*mapped_path) {
81 "User-specific KCM path is [%s]\n", *mapped_path);
122 ret = mapper_fn(secreq, &secreq->mapped_path);
36 sec_map_url_to_user_path(struct sec_req_ctx *secreq, char **mapped_path) argument
59 kcm_map_url_to_path(struct sec_req_ctx *secreq, char **mapped_path) argument
[all...]
H A Dsecsrv_private.h81 char *mapped_path; member in struct:sec_req_ctx
H A Dlocal.c853 if (strncmp(secreq->mapped_path,
856 secreq->mapped_path + (sizeof(SEC_BASEPATH) - 1));
859 } else if (strncmp(secreq->mapped_path,
862 secreq->mapped_path + (sizeof(SEC_KCM_BASEPATH) - 1));
H A Dproxy.c249 pcfg->url, &secreq->mapped_path[blen],

Completed in 15 milliseconds