For users that may have been changing passwords directly via LDIFs, the added default of rejecting shadow passwords instead of forcing a renewal has proven to be too aggressive for production defaults and should be changed to pwd_expire_policy_renew.
Users can temporarily change the values of the SIMP provided defaults using a resource collector as follows:
SSSD::Domain <| title == 'LDAP' |> {
'ldap_access_order' => ['ppolicy','pwd_expire_policy_renew']
}
Alternatively, users may set simp::sssd::client::ldap_domain: false in Hiera and set their own SSSD Domain information in a manner similar to what is defined in the simp::sssd::client class.