From 8cca4317f6acca212763541bb10de6457a1a59cb Mon Sep 17 00:00:00 2001 From: John Poland Date: Wed, 15 Oct 2025 20:27:19 -0400 Subject: [PATCH] fortigate/vdom_Policy/icap.cfg Wed Oct 15 08:27:19 PM EDT 2025 --- configs/fortigate/vdom_Policy/icap.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configs/fortigate/vdom_Policy/icap.cfg diff --git a/configs/fortigate/vdom_Policy/icap.cfg b/configs/fortigate/vdom_Policy/icap.cfg new file mode 100644 index 0000000..c731791 --- /dev/null +++ b/configs/fortigate/vdom_Policy/icap.cfg @@ -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