Thanks for the reply, @PhoneBoy ,
Can I confirm my understanding on how it works with a few follow-up questions:
1) In the SK and documentation they mention multiple times the file objects.C. I believe it refers to the file $FWDIR/conf/objects.C on the gateway? I do not understand this part and how you are supposed to use that file to know if you can use the same parameter as defined in trac.defaults (meaning leaving gateway parameter empty) or not?
:gateway (<gateway parameter>)
2) Currently, I don't see the setting idp_browser_mode defined on my cluster member VPN gateways, so I can edit the trac_client_1.ttm with the following section to achieve my goal in setting back to embedded, correct?
:idp_browser_mode (
:gateway (
:map (
:embedded (embedded)
:default_browser (default_browser)
:client_decide (client_decide)
:IE (IE)
:Safari (Safari)
)
:default (embedded)
)
)
This parameter is already set to default_browser on my clients after the upgrade, but since I define it on the gateway it will take precedence, based on the info on the SK:
3) I do already have other settings defined on the trac_client_1.ttm of my gateway (MEP settings, ..) as well as on my clients directly (tunnel related) that are being enforced right now. Adding this new setting on the gateway side will not affect the current behavior of those settings I believe, right? Since in my current setup those settings are already configured as either enforced by the gateway (ex: MEP defined on the gateway) or on the client (ex: enable_machine_auth, machine_tunnel_site, etc.).
Sorry for the detailed post, just looking for clarifications to validate my understanding.
Thank you very much in advance!