From 7f641c86194656b687f2a469dd2b1bb69e8f23e2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 5 Jan 2022 14:04:10 +0100 Subject: share/debian-edu-config/tools/gosa-modify-host-itzks: Reduce delay before calling update-dlw-krb5-keytabs(-itzks). --- share/debian-edu-config/tools/gosa-modify-host-itzks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/debian-edu-config/tools/gosa-modify-host-itzks b/share/debian-edu-config/tools/gosa-modify-host-itzks index a79000b..4656846 100755 --- a/share/debian-edu-config/tools/gosa-modify-host-itzks +++ b/share/debian-edu-config/tools/gosa-modify-host-itzks @@ -17,7 +17,7 @@ fi # call DLW keytabs' update script (delay execution for 10s because GOsa² needs # to write the NIS netgroup information first (this hook gets called between # saving the host object to LDAP, but before updating the NIS netgroup settings). -( sleep 10; /usr/share/debian-edu-config/tools/update-dlw-krb5-keytabs-itzks ${@} ) & +( sleep 2; /usr/share/debian-edu-config/tools/update-dlw-krb5-keytabs-itzks ${@} ) & # ITZkS: assure that host keytabs are readable by puppet chown :puppet /etc/debian-edu/host-keytabs/*.keytab -- cgit v1.2.3