From 601af4d99237ce900c7880ad879a8634ca7d5cd4 Mon Sep 17 00:00:00 2001 From: John Poland Date: Sat, 11 Oct 2025 17:07:42 -0400 Subject: [PATCH] fortigate/vdom_root/icap.cfg Sat Oct 11 05:07:41 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