From 15890ccdef55168e9753ff6957ce64096837c627 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 11 Oct 2019 07:35:35 +0200 Subject: Allow kerberos authentication with short (non-FQDN) names --- roles/ands_idm/handlers/main.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/ands_idm/handlers/main.yml (limited to 'roles/ands_idm/handlers') diff --git a/roles/ands_idm/handlers/main.yml b/roles/ands_idm/handlers/main.yml new file mode 100644 index 0000000..a83718c --- /dev/null +++ b/roles/ands_idm/handlers/main.yml @@ -0,0 +1,2 @@ +- name: restart sssd + shell: systemctl restart sssd -- cgit v1.2.3