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-01-05 14:04:10 +0100 |
commit | 52d89c9bc1b7b0e4ee3ef781b8d62e2d5fde0773 (patch) | |
tree | 8a762f0a98e012010031d64c12643556978d87f1 /share/debian-edu-config/tools | |
parent | 36dd722845ae7ce5b55e1b2c20847629e9723ad8 (diff) | |
download | itzks-systems-52d89c9bc1b7b0e4ee3ef781b8d62e2d5fde0773.tar.gz itzks-systems-52d89c9bc1b7b0e4ee3ef781b8d62e2d5fde0773.tar.bz2 itzks-systems-52d89c9bc1b7b0e4ee3ef781b8d62e2d5fde0773.zip |
share/debian-edu-config/tools/gosa-modify-host-itzks: Reduce delay before calling update-dlw-krb5-keytabs(-itzks).
Diffstat (limited to 'share/debian-edu-config/tools')
-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 |