diff options
-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 af053fb..4c4a6eb 100755 --- a/share/debian-edu-config/tools/gosa-modify-host-itzks +++ b/share/debian-edu-config/tools/gosa-modify-host-itzks @@ -6,7 +6,7 @@ HOST="${1}" # FIXME: bluntly assuming domain .intern here... -# call Debian Edu's gosa-create-host +# call Debian Edu's gosa-modify-host if ! LANG=C kadmin.local -q "get_principal host/$HOST.intern" 2>/dev/null | grep -q "^Principal: host/$HOST.intern@.*" && \ ! LANG=C kadmin.local -q "get_principal nfs/$HOST.intern" 2>/dev/null | grep -q "^Principal: nfs/$HOST.intern@.*"; then |