summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-05 14:04:10 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-05 14:04:10 +0100
commit52d89c9bc1b7b0e4ee3ef781b8d62e2d5fde0773 (patch)
tree8a762f0a98e012010031d64c12643556978d87f1 /share
parent36dd722845ae7ce5b55e1b2c20847629e9723ad8 (diff)
downloaditzks-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')
-rwxr-xr-xshare/debian-edu-config/tools/gosa-modify-host-itzks2
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