Searched refs:user_file (Results 1 – 1 of 1) sorted by relevance
19 ngx_http_complex_value_t user_file; member52 offsetof(ngx_http_auth_basic_loc_conf_t, user_file),98 ngx_str_t pwd, realm, user_file; in ngx_http_auth_basic_handler() local111 if (alcf->realm == NULL || alcf->user_file.value.data == NULL) { in ngx_http_auth_basic_handler()137 if (ngx_http_complex_value(r, &alcf->user_file, &user_file) != NGX_OK) { in ngx_http_auth_basic_handler()164 file.name = user_file; in ngx_http_auth_basic_handler()270 &r->headers_in.user, user_file.data); in ngx_http_auth_basic_handler()375 if (conf->user_file.value.data == NULL) { in ngx_http_auth_basic_merge_loc_conf()376 conf->user_file = prev->user_file; in ngx_http_auth_basic_merge_loc_conf()410 if (alcf->user_file.value.data) { in ngx_http_auth_basic_user_file()[all …]