Home
last modified time | relevance | path

Searched refs:cert_group_names (Results 1 – 6 of 6) sorted by relevance

/dports/net/ocserv/ocserv-1.1.3/src/
H A Dsec-mod-auth.c242 strlcpy(e->acct_info.groupname, e->cert_group_names[0], sizeof(e->acct_info.groupname)); in check_cert_user_group_status()
254 if (strcmp(e->acct_info.groupname, e->cert_group_names[i]) == 0) { in check_cert_user_group_status()
297 if (strcmp(req_group, e->cert_group_names[i]) == 0) { in check_group()
298 strlcpy(e->acct_info.groupname, e->cert_group_names[i], sizeof(e->acct_info.groupname)); in check_group()
877 e->cert_group_names[i] = talloc_strdup(e, req->cert_group_names[i]); in handle_sec_auth_init()
878 if (e->cert_group_names[i] == NULL) { in handle_sec_auth_init()
H A Dsec-mod.h122 char *cert_group_names[MAX_GROUPS]; member
H A Dipc.proto250 repeated string cert_group_names = 6; field
H A Dipc.pb-c.h454 char **cert_group_names; member
H A Dworker-auth.c1588 ireq.cert_group_names = ws->cert_groups; in post_auth_handler()
H A Dipc.pb-c.c3104 offsetof(SecAuthInitMsg, cert_group_names),