This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSO and user switching delay

I'm using SSO Authentication Transparent.  Works fine, until I log off and log back.  The first 5-10 mins the new logged in user still pass as the logged out user (When you look at the live log). 

How can I cut that delay to none... or close to none


This thread was automatically locked due to age.
Parents
  • Hi, and welcome to the User BB!

    If this is a business with more than a few users, you probably don't want to make the following change.

    If it's a home-use situation, try the following as root at the command line:

    cc get http auth_cache_ttl


    That should tell you 300 seconds, the default.  You can change that to 100 seconds with:

    cc set http auth_cache_ttl 100


    That change becomes a part of the configuration backup.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Reply
  • Hi, and welcome to the User BB!

    If this is a business with more than a few users, you probably don't want to make the following change.

    If it's a home-use situation, try the following as root at the command line:

    cc get http auth_cache_ttl


    That should tell you 300 seconds, the default.  You can change that to 100 seconds with:

    cc set http auth_cache_ttl 100


    That change becomes a part of the configuration backup.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Children
  • Good to know... Yeah it's on a SG330, about 100 to 150 user that will use the Internet... 300-400 Devices in all, but most of them don't even go out.  But still if I drop that to 2 mins instead, what would be the repercussions??