]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:join: Add missing word
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Thu, 15 Aug 2024 02:57:11 +0000 (14:57 +1200)
committerJo Sutton <jsutton@samba.org>
Mon, 26 May 2025 02:41:37 +0000 (02:41 +0000)
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/join.py

index 0da5af6addb9bece229bf9d41f0e0ed8e0679678..717fbb35f520d1fd134f56b6fc7a0aafd5facd54 100644 (file)
@@ -1306,7 +1306,7 @@ class DCJoinContext(object):
                                                    | security.SECINFO_GROUP)])
 
         ctx.logger.info("All other DNS records (like _ldap SRV records) " +
-                        "will be created samba_dnsupdate on first startup")
+                        "will be created by samba_dnsupdate on first startup")
 
     def join_replicate_new_dns_records(ctx):
         for nc in (ctx.domaindns_zone, ctx.forestdns_zone):