fortigate/vdom_Policy/icap.cfg Wed Oct 15 08:27:19 PM EDT 2025

This commit is contained in:
John Poland 2025-10-15 20:27:19 -04:00
parent f1b3f886fd
commit 8cca4317f6

View File

@ -0,0 +1,14 @@
config icap profile
edit "default"
config icap-headers
edit 1
set name "X-Authenticated-User"
set content "$user"
next
edit 2
set name "X-Authenticated-Groups"
set content "$local_grp"
next
end
next
end