summaryrefslogtreecommitdiff
path: root/source3/libnet
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-05-19 17:17:00 +0200
committerStefan Metzmacher <metze@samba.org>2017-06-27 16:57:44 +0200
commit504b446d8dc7410ad63eba9d214e9cf271cf3b2f (patch)
treeab189c647780f341b3c5765943025fdcbc75d802 /source3/libnet
parent1a26805ad9f19f02a52d9eaa4f2f11ff20ee76ac (diff)
downloadsamba-504b446d8dc7410ad63eba9d214e9cf271cf3b2f.tar.gz
s3:secrets: move kerberos_secrets_*salt related functions to machine_account_secrets.c
These don't use any krb5_context related functions and they just work on secrets.tdb, so they really belong to machine_account_secrets.c. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12782 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/libnet')
-rw-r--r--source3/libnet/libnet_keytab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_keytab.c b/source3/libnet/libnet_keytab.c
index 1b5ac672710..c76e7b298cf 100644
--- a/source3/libnet/libnet_keytab.c
+++ b/source3/libnet/libnet_keytab.c
@@ -22,6 +22,7 @@
#include "includes.h"
#include "smb_krb5.h"
#include "ads.h"
+#include "secrets.h"
#include "libnet/libnet_keytab.h"
#ifdef HAVE_KRB5