Searched refs:auth_fn (Results 1 – 1 of 1) sorted by relevance
234 buffer *auth_fn; in http_auth_get_password() local236 …auth_fn = (p->conf.auth_backend == AUTH_BACKEND_HTPASSWD) ? p->conf.auth_htpasswd_userfile : p->co… in http_auth_get_password()238 if (buffer_is_empty(auth_fn)) return -1; in http_auth_get_password()240 if (0 != stream_open(&f, auth_fn)) { in http_auth_get_password()242 "opening plain-userfile", auth_fn, "failed:", strerror(errno)); in http_auth_get_password()263 "parsed error in", auth_fn, in http_auth_get_password()