Forum Discussion
TMG options Shared or Private/Public Computer
Hi all,
we want to use the TMG options to mimic the option "Shared or Private/Public Computer" and we have to use ntlmv1/v2. I found following: https://devcentral.f5.com/questions/trying-to-mimic-the-webmail-private-and-public-computer-settings-using-an-irule
Will it be possible to use it for each APM secured application, it means SharePoint, OWA, IIS/Apache WebServer, like TMG did it? Do all windows OS work with the "X-LogonType"? Or how does TMG implement it? Should be more or less the same, right?
when ACCESS_ACL_ALLOWED {
if { [ACCESS::session data get "session.session.logon.last.publicprivate"] contains "public" } {
HTTP::header replace "X-LogonType" "public"
}
else {
HTTP::header replace "X-LogonType" "private"
}
}
And how can I set the APM inactivity timeout for each session depending to those variables?
Thank you for any hints.
Kind regards
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com