With the indexserver.ini file, you can overwrite default system settings, such as the ones defined for the password policy. In my case, I have
[password policy] last_used_passwords = 0 maximum_password_lifetime = 0 force_first_password_change = false
According to M_PASSWORD_POLICY - SAP HANA SQL and System Views References - SAP Library this has a value in days, but it does not tell you what the edge cases are. Does 0 mean the password is not good at all? Does it mean its good up to just shy of 1 day? Or, what I am trying to achieve, does this mean that the password is valid forever? Or, would valid forever be indicated by a negative number or some string?
An answer would be great, but a reference to a document defining these situations with the password policy would be preferred!
Thanks,
Kevin