Lines Matching defs:rule
52 const char *rule;
66 return locate->kuserok(plugctx, context, plctx->rule, plctx->flags,
502 ctx.rule = "USER-K5LOGIN";
508 ctx.rule = "SIMPLE";
518 ctx.rule = rules[n];
539 kuserok_simple_plug_f(void *plug_ctx, krb5_context context, const char *rule,
546 if (strcmp(rule, "SIMPLE") != 0 || (flags & KUSEROK_ANAME_TO_LNAME_OK) == 0)
563 const char *rule, unsigned int flags,
574 if (strcmp(rule, "SYSTEM-K5LOGIN") != 0 &&
575 strncmp(rule, "SYSTEM-K5LOGIN:", strlen("SYSTEM-K5LOGIN:")) != 0)
578 profile_dir = strchr(rule, ':');
603 const char *rule, unsigned int flags,
619 if (strcmp(rule, "USER-K5LOGIN") != 0)
693 kuserok_deny_plug_f(void *plug_ctx, krb5_context context, const char *rule,
698 if (strcmp(rule, "DENY") != 0)