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>
#
# 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