Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c234 buffer *auth_fn; in http_auth_get_password() local
236auth_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()