From a1aaa3183cfc8a07681d43a3de9c244895219874 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Wed, 6 Nov 2024 20:01:52 +0100 Subject: [PATCH] [ipa/server] Fix ipa_user for noggin user Signed-off-by: Michal Konecny --- roles/ipa/server/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipa/server/tasks/main.yml b/roles/ipa/server/tasks/main.yml index 8cf7bddbcc..02d718d3b4 100644 --- a/roles/ipa/server/tasks/main.yml +++ b/roles/ipa/server/tasks/main.yml @@ -448,7 +448,7 @@ # Password expiration date will be a Friday 13th in 30 years. I'm sure we'll remember that. # (if unset, IPA will assume the password is expired because it hasn't been set by the user # themselves) - krbpasswordexpiration: "2050-05-13 00:00:00" + krbpasswordexpiration: "20500513000000" update_password: on_create ipa_pass: "{{ ipa_admin_password }}" ipa_host: "{{ inventory_hostname }}"