From: Joseph Sutton Date: Fri, 1 Sep 2023 01:25:29 +0000 (+1200) Subject: s4:scripting: Fix comments X-Git-Tag: tevent-0.16.0~609 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4954443e565eaec37e2aaaf76d2d8b85542e0cc0;p=thirdparty%2Fsamba.git s4:scripting: Fix comments Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/scripting/bin/samba_dnsupdate b/source4/scripting/bin/samba_dnsupdate index 69821e2e556..8ab78708f45 100755 --- a/source4/scripting/bin/samba_dnsupdate +++ b/source4/scripting/bin/samba_dnsupdate @@ -29,7 +29,7 @@ import subprocess # and don't get swallowed by a timeout os.environ['PYTHONUNBUFFERED'] = '1' -# forcing GMT avoids a problem in some timezones with kerberos. Both MIT +# forcing GMT avoids a problem in some timezones with kerberos. Both MIT and # heimdal can get mutual authentication errors due to the 24 second difference # between UTC and GMT when using some zone files (eg. the PDT zone from # the US) @@ -134,7 +134,7 @@ def get_possible_rw_dns_server(creds, domain): def get_krb5_rw_dns_server(creds, domain): """Get a list of read-write DNS servers that we can obtain a ticket - for, starting with the SOA. The SOA is the correct answer, but + to, starting with the SOA. The SOA is the correct answer, but old Samba domains (4.6 and prior) do not maintain this value, so continue with the NS servers as well until we get one that the KDC will issue a ticket to.