Home
last modified time | relevance | path

Searched refs:parse_filter (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/libexec/login_ldap/
H A Dlogin_ldap.c234 if ((ctx.gfilter = parse_filter(&ctx, ctx.gfilter)) == NULL) in auth_ldap()
238 if ((ctx.gbasedn = parse_filter(&ctx, ctx.gbasedn)) == NULL) in auth_ldap()
H A Dlogin_ldap.h68 char * parse_filter(struct auth_ctx *, const char *);
H A Dutil.c245 if ((ctx->binddn = parse_filter(ctx, value)) == NULL) in parse_conf()
261 if ((ctx->filter = parse_filter(ctx, value)) == NULL) in parse_conf()
461 parse_filter(struct auth_ctx *ctx, const char *str) in parse_filter() function