diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-05 14:04:10 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-08 10:04:12 +0100 |
commit | 7f641c86194656b687f2a469dd2b1bb69e8f23e2 (patch) | |
tree | 38c1cb830b67566353bdfa3f3fc9e36b4c949802 | |
parent | 01de0e5645039065c9f29b62c2973452ca59e565 (diff) | |
download | itzks-systems-7f641c86194656b687f2a469dd2b1bb69e8f23e2.tar.gz itzks-systems-7f641c86194656b687f2a469dd2b1bb69e8f23e2.tar.bz2 itzks-systems-7f641c86194656b687f2a469dd2b1bb69e8f23e2.zip |
share/debian-edu-config/tools/gosa-modify-host-itzks: Reduce delay before calling update-dlw-krb5-keytabs(-itzks).
-rwxr-xr-x | share/debian-edu-config/tools/gosa-modify-host-itzks | 2 |
1 files changed, 1 insertions, 1 deletions
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 |