I have a centos server in a DMZ joined to my AD with sssd, minimum ports are open in the corporate firewall to allow the authentication but if the password of a user is updated on the AD, the Centos server will no update it's cache and still work with the 1st password.
I tried the cache_credential = False, it did not work, I was not able to authenticate the users anymore.
I have no "deny" in my firewall log so I am trying to find out what needs to be allowed or configured so the centos server "knows" a password has been updated.
A Windows server seems to be able to do it.
Thank you for your time.