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 AD User logout continuously

Hi,

i have a xg firewall with AD SSO.

the users logged into the firewall are continuosly logged out after 20 minutes

2016-04-11 08:44:32
Firewall Authentication
SUCCESSFUL
dario.zzzz@xxxx.local
172.16.29.115
CTA
N/A
User dario.zzzz@xxxx.local was logged out of firewall
17703
2016-04-11 08:28:48
Firewall Authentication
SUCCESSFUL
dario.zzzz@xxxx.local
172.16.29.115
CTA
AD
User dario.zzzz@xxxx.local of group Proxy_All logged in successfully to Firewall through AD authentication mechanism from 172.16.29.115
17701


I have followed all the guides but I can not fix it

thanks

Emil



This thread was automatically locked due to age.
Parents Reply Children
  • I've spend so many hours with this problem. But now i think i found the solution.
    The problem was the "Logoff Detection" (WMI) of the DC. The query was blocked by the client firewall.
    I created an GPO to activate the "Windows Management Intstrumentation (WMI-In)" firewall rule on all clients.
    And now everything is working fine.

    P.S. you can test the WMI rule with following command. wmic /node:x.x.x.x computersystem get username

     

  • Cheers, I'd tested with the command and was able to connect. It was just returning a null user because the user was logged in via RDC rather than locally. I've switched to remote registry, enabled a GPO to start the remote registry service on the client, and bish bash bosh, bingo, bango, bongo, it's all working. Seems remote registry option can pick up users via RDC logins, where the WMI method cannot.

     

    Cheers

    Ryan

  • Hi Ryan,

    STAS "capture" logins with workstation

    SATC "capure" logins with Remote Desktop Services (You need install SATC in every RD hosts)

    You must exclude RD Hosts IP in STAS (logon and logoff)

    With enable "Remote Administration" Firewall GPO  you can play with WMI.

  • thanks, it's not actually a terminal server, just a desktop (workstation) machine I login to via RDC.

    Cheers