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