Searched refs:CM_DEBUG (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/lib/certmap/ |
H A D | sss_certmap_ldap_mapping.c | 129 CM_DEBUG(ctx, "Only one '.' allowed in template."); 135 CM_DEBUG(ctx, "Missing name in template."); 145 CM_DEBUG(ctx, "Only one '!' allowed in template."); 151 CM_DEBUG(ctx, "Missing name in template."); 160 CM_DEBUG(ctx, "Memory allocation failed."); 174 CM_DEBUG(ctx, "Memory allocation failed."); 194 CM_DEBUG(ctx, "Parse template invalid."); 283 CM_DEBUG(ctx, "Cannot parse mapping rule."); 290 CM_DEBUG(ctx, "'{' not allowed in templates."); 303 CM_DEBUG(ct [all...] |
H A D | sss_certmap_krb5_match.c | 117 CM_DEBUG(ctx, "Missing component value."); 172 CM_DEBUG(ctx, "Failed to parse regexp."); 179 CM_DEBUG(ctx, "Failed to split list."); 192 CM_DEBUG(ctx, "[%s][%s].", eku_list[c], ext_key_usage[k].name); 221 CM_DEBUG(ctx, "No matching extended key usage found."); 274 CM_DEBUG(ctx, "Failed to get value."); 281 CM_DEBUG(ctx, "Failed to split list."); 295 CM_DEBUG(ctx, "No matching key usage found."); 323 CM_DEBUG(ctx, "Failed to parse regexp."); 329 CM_DEBUG(ct [all...] |
H A D | sss_certmap.c | 92 CM_DEBUG(ctx, "Failed to read rule type."); 99 CM_DEBUG(ctx, "Failed to parse KRB5 matching rule."); 103 CM_DEBUG(ctx, "Unsupported matching rule type."); 126 CM_DEBUG(ctx, "Failed to read rule type."); 133 CM_DEBUG(ctx, "Failed to parse LDAP mapping rule."); 137 CM_DEBUG(ctx, "Unsupported mapping rule type."); 285 CM_DEBUG(ctx, "bin conversion failed."); 292 CM_DEBUG(ctx, "base64 conversion failed."); 297 CM_DEBUG(ctx, "Unsupported conversion."); 326 CM_DEBUG(ct [all...] |
H A D | sss_certmap_int.h | 36 #define CM_DEBUG(cm_ctx, format, ...) do { \ macro
|
Completed in 31 milliseconds