Searched defs:basic (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_auth_form.c398 "server as a basic authentication header."),
859 /* fake the basic authentication header if configured to do so */
864 char *basic = apr_pstrcat(r->pool, user, ":", pw, NULL); local
865 apr_size_t size = (apr_size_t) strlen(basic);
868 apr_base64_encode(base64, basic, size);

Completed in 14 milliseconds