[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] share/d-e-c/tools/gosa-create-host: Fix copy+paste flaw in comment.
Mike Gabriel (@sunweaver)
gitlab at salsa.debian.org
Tue Dec 21 11:54:29 GMT 2021
Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config
Commits:
b378bb8a by Mike Gabriel at 2021-12-21T12:54:14+01:00
share/d-e-c/tools/gosa-create-host: Fix copy+paste flaw in comment.
- - - - -
2 changed files:
- debian/changelog
- share/debian-edu-config/tools/gosa-create-host
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ debian-edu-config (2.12.15) UNRELEASED; urgency=medium
* share/d-e-c/tools/gosa-modify-host: Only create Kerberos host and service
principals if they don't yet exist. (Closes: #1002014).
+ * share/d-e-c/tools/gosa-create-host: Fix copy+paste flaw in comment.
-- Mike Gabriel <sunweaver at debian.org> Mon, 20 Dec 2021 22:35:39 +0100
=====================================
share/debian-edu-config/tools/gosa-create-host
=====================================
@@ -33,7 +33,7 @@ find_fqdn() {
}
}
-## lookup user and create home directory and principal:
+## lookup host and create host/<host> and nfs/<host> Krb5 principals:
ldapsearch -xLLL "(&(cn=$HOSTNAME)(|(objectClass=GOHard)(|(objectClass=ipHost))))" \
cn ipHostNumber macAddress 2>/dev/null | perl -p00e 's/\r?\n //g' | \
while read KEY VALUE ; do
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/b378bb8a4308c90f0bf11951b7a9919a6c0fccf4
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/b378bb8a4308c90f0bf11951b7a9919a6c0fccf4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20211221/0df0698f/attachment.htm>
More information about the debian-edu-commits
mailing list