Home
last modified time | relevance | path

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

/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dauth.c439 int autz_type = 0; in rad_authenticate() local
515 result = process_authorize(autz_type, request); in rad_authenticate()
543 autz_type = tmp->vp_integer; in rad_authenticate()
545 dict_valnamebyattr(PW_AUTZ_TYPE, 0, autz_type)); in rad_authenticate()
H A Dmodules.c2204 rlm_rcode_t process_authorize(int autz_type, REQUEST *request) in process_authorize() argument
2206 return indexed_modcall(MOD_AUTHORIZE, autz_type, request); in process_authorize()
H A Dlisten.c375 int autz_type = PW_AUTZ_TYPE; in rad_status_server() local
379 autz_type = PW_ACCT_TYPE; in rad_status_server()
385 dval = dict_valbyname(autz_type, 0, "New-TLS-Connection"); in rad_status_server()