Hey all,
I have been tinkering a bit with 4.3.1. Upgrading from 4.3.0 was a piece of cake!
I have installed this on two zones, and in one of the two zones I see weird behaviour on the time to live. I noticed that I get authentication errors very quickly there. I do an iinit, I perform some commands, and then after a couple commands the next one doesn't work. When digging in I found out that in 4.3.1 some settings for PAM password expiry have been put into the database instead of the server_config.json. In my case I didn't use these settings before, so the database has the default settings("password_min_time"="121")
And indeed, I ran a script performing ils every second after iinit, and I noticed that after around 121 seconds the ils failed. Thus, my password only lives for two minutes. If I retry with iinit --ttl 1, it does live longer indeed. The workaround is thus raising the minimum TTL via iadmin set_grid_configuration
But, the question is: what should the value of the ttl be when you do not enter it manally in iinit?