]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python: Explain strange enable_net_export_keytab() behaviour is no longer due Heimdal
authorAndrew Bartlett <abartlet@samba.org>
Mon, 18 Dec 2023 04:57:56 +0000 (17:57 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Mar 2024 22:06:39 +0000 (22:06 +0000)
This code is now common between Heimdal and MIT Kerberos, but can still be missing
for builds of "samba-tool" that do not include the whole AD DC.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
python/samba/__init__.py

index 3b253f7d79c04f06346b0cc17cbc543fbb0fd19a..6d311d2121e7afaad9a87c13a408bfd706d63a6d 100644 (file)
@@ -395,8 +395,8 @@ def enable_net_export_keytab():
     #
     # The dckeytab modules contains nothing, but the act of importing
     # it pushes a method into samba.net.Net. It ended up this way
-    # because Net.export_keytab() only works on Heimdal builds, and
-    # people sometimes want to compile Samba without Heimdal while
+    # because Net.export_keytab() only works on AD DC builds, and
+    # people sometimes want to compile Samba without the AD DC while
     # still having a working samba-tool.
     #
     # There is probably a better way to do this than a magic module