Lines Matching refs:creds
39 * /ntlm - stores NTLM creds [Not implement yet]
367 static json_t *creds_to_json_array(struct kcm_cred *creds)
378 DLIST_FOR_EACH(crd, creds) {
405 * creds : [
420 json_t *creds = NULL;
431 creds = creds_to_json_array(cc->creds);
432 if (creds == NULL) {
434 "Cannot convert creds to JSON array\n");
445 "creds", creds);
450 json_decref(creds);
792 DEBUG(SSSDBG_CRIT_FAILURE, "Json creds object is not an array.\n");
808 "Cannot store creds in ccache [%d]: %s\n",
822 json_t *creds = NULL;
833 "creds", &creds);
836 "Failed to unpack JSON creds structure on line %d: %s\n",
856 ret = json_to_creds(cc, creds);
859 "Cannot store JSON to creds [%d]: %s\n",