fortigate/vdom_Policy/icap.cfg Sat Oct 11 05:07:41 PM EDT 2025

This commit is contained in:
John Poland 2025-10-11 17:07:42 -04:00
parent c4749c218f
commit fba2128661

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