I have Ubuntu 22.04 clients witch login with activeDirectory Domain accounts. (joined domain)
A password policy is active to force a new password every 2 month. The password can be changed on multiple plattforms (Owa, MS Teams, TerminalServer).
if a user does not change his password in Ubuntu, it doesn't get syncroniest to the Ubuntu client and only the old Password is valid for login.
in my sssd.conf i have
krb5_store_password_if_offline = True
cache_credentials = True
Because the Clients a used in homeoffice and need to login before connecting to the vpn.
is this a problem? Can i force sync. Passwords?