summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-17 13:39:42 +1000
committerGünther Deschner <gd@samba.org>2010-05-18 21:39:42 +0200
commit7a8e34fe868158ee5591e1640477d28c62de5b67 (patch)
treed36088a3e3e1a3928bb77bb9d3dbb3389d74ebc8 /source3/Makefile.in
parent1ffc65d462ab7ebb61efc30e8305e70789d219fb (diff)
downloadsamba-7a8e34fe868158ee5591e1640477d28c62de5b67.tar.gz
samba-7a8e34fe868158ee5591e1640477d28c62de5b67.tar.bz2
samba-7a8e34fe868158ee5591e1640477d28c62de5b67.zip
s3:split secrets.c to put machine account secrets in a new file
This helps the s3compat effort by allowing these functions to be replaced by functions that query the cli_credentials and secrets.ldb APIs. Also, this changes a couple of DOM_SID to struct dom_sid along the way. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f644c282c2..56bee17d67 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -453,7 +453,7 @@ LIBADS_SERVER_OBJ = libads/kerberos_verify.o libads/authdata.o \
../librpc/ndr/ndr_krb5pac.o \
librpc/gen_ndr/ndr_krb5pac.o
-SECRETS_OBJ = passdb/secrets.o passdb/machine_sid.o \
+SECRETS_OBJ = passdb/secrets.o passdb/machine_account_secrets.o passdb/machine_sid.o \
librpc/gen_ndr/ndr_secrets.o
LIBNBT_OBJ = ../libcli/nbt/nbtname.o \