mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Increase LimitRequestFieldSize in Apache config to support a 64KiB PAC
https://fedorahosted.org/freeipa/ticket/2767
This commit is contained in:
parent
55d2d92dcf
commit
e94733f04d
@ -1,5 +1,5 @@
|
||||
#
|
||||
# VERSION 6 - DO NOT REMOVE THIS LINE
|
||||
# VERSION 7 - DO NOT REMOVE THIS LINE
|
||||
#
|
||||
# This file may be overwritten on upgrades.
|
||||
#
|
||||
@ -12,6 +12,9 @@ ProxyRequests Off
|
||||
DirectoryIndex index.html
|
||||
|
||||
|
||||
# Substantially increase the request field size to support MS-PAC
|
||||
# requests, ticket #2767. This should easily support a 64KiB PAC.
|
||||
LimitRequestFieldSize 100000
|
||||
|
||||
# ipa-rewrite.conf is loaded separately
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user