diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-10-06 08:56:06 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-10-06 08:56:06 +0200 |
commit | 277f7e86f1bad713c7396c74630a0711b5fdd60c (patch) | |
tree | 067f3f6a4a136f00f905c4b170bd6675b9e50522 | |
parent | e2c13127473931b1e49f45f16ff13d3252fa1f46 (diff) | |
download | itzks-systems-277f7e86f1bad713c7396c74630a0711b5fdd60c.tar.gz itzks-systems-277f7e86f1bad713c7396c74630a0711b5fdd60c.tar.bz2 itzks-systems-277f7e86f1bad713c7396c74630a0711b5fdd60c.zip |
share/debian-edu-config/tools/gosa-modify-host-itzks: Fix c+p flaw in comment.
-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 |