Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 883401 | Differences between
and this patch

Collapse All | Expand All

(-)a/ngx_http_auth_ldap_module.c (+1 lines)
Lines 1779-1784 ngx_http_auth_ldap_set_realm(ngx_http_request_t *r, ngx_str_t *realm) Link Here
1779
    }
1779
    }
1780
1780
1781
    r->headers_out.www_authenticate->hash = 1;
1781
    r->headers_out.www_authenticate->hash = 1;
1782
    r->headers_out.www_authenticate->next = NULL;
1782
    r->headers_out.www_authenticate->key.len = sizeof("WWW-Authenticate") - 1;
1783
    r->headers_out.www_authenticate->key.len = sizeof("WWW-Authenticate") - 1;
1783
    r->headers_out.www_authenticate->key.data = (u_char *) "WWW-Authenticate";
1784
    r->headers_out.www_authenticate->key.data = (u_char *) "WWW-Authenticate";
1784
    r->headers_out.www_authenticate->value = *realm;
1785
    r->headers_out.www_authenticate->value = *realm;

Return to bug 883401