diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-11 07:35:35 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-11 07:35:35 +0200 |
commit | 15890ccdef55168e9753ff6957ce64096837c627 (patch) | |
tree | be56c51121d2a4e69786d50ead6bcdc4d2780a24 /roles/ands_idm/handlers | |
parent | c8bef61fb036787da32ec1a12d51fad69b8b626b (diff) | |
download | itm-15890ccdef55168e9753ff6957ce64096837c627.tar.gz itm-15890ccdef55168e9753ff6957ce64096837c627.tar.bz2 itm-15890ccdef55168e9753ff6957ce64096837c627.tar.xz itm-15890ccdef55168e9753ff6957ce64096837c627.zip |
Allow kerberos authentication with short (non-FQDN) names
Diffstat (limited to 'roles/ands_idm/handlers')
-rw-r--r-- | roles/ands_idm/handlers/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |