Skip to content
Snippets Groups Projects
Commit a65a7abf authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

ad-auth: add cronjob which news krb-keys every day

parent 09234c70
Branches
No related tags found
No related merge requests found
...@@ -73,3 +73,14 @@ ...@@ -73,3 +73,14 @@
- sssd - sssd
- service - service
- name: ensure we have a cronjob which renews krb credenitials once a day
template:
src: templates/renew_krb5.j2
dest: /etc/cron.daily/renew_krb5
mode: 0755
owner: root
group: root
tags:
- sssd
/usr/sbin/adcli update -D {{ domain }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment