summaryrefslogtreecommitdiff
path: root/source4/libnet/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-09-23 16:54:06 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-24 09:25:43 +1000
commit062b0ebc04406a24c804ffe1d3a95eb0b4500199 (patch)
tree4d2d36b969b4d8129527850455791dd546614db1 /source4/libnet/config.mk
parentf9698cfc970215a77e8ad60afb67f68058093b33 (diff)
downloadsamba-062b0ebc04406a24c804ffe1d3a95eb0b4500199.tar.gz
samba-062b0ebc04406a24c804ffe1d3a95eb0b4500199.tar.bz2
samba-062b0ebc04406a24c804ffe1d3a95eb0b4500199.zip
s4-libnet Remove libnet_samdump_keytab() and net samdump keytab
There is a beter implementation of this in Samba3, and this uses functions in the credentials code that I want to remove. The same functionality is available by running 'net samsync' and 'net export keytab'. This isn't a DRS-backed utility, it only used netlogon replication. Andrew Bartlett
Diffstat (limited to 'source4/libnet/config.mk')
-rw-r--r--source4/libnet/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk
index b99887889e..3e9cfbc836 100644
--- a/source4/libnet/config.mk
+++ b/source4/libnet/config.mk
@@ -4,7 +4,7 @@ PUBLIC_DEPENDENCIES = CREDENTIALS dcerpc dcerpc_samr RPC_NDR_LSA RPC_NDR_SRVSVC
LIBSAMBA-NET_OBJ_FILES = $(addprefix $(libnetsrcdir)/, \
libnet.o libnet_passwd.o libnet_time.o libnet_rpc.o \
libnet_join.o libnet_site.o libnet_become_dc.o libnet_unbecome_dc.o \
- libnet_vampire.o libnet_samdump.o libnet_samdump_keytab.o \
+ libnet_vampire.o libnet_samdump.o \
libnet_samsync_ldb.o libnet_user.o libnet_group.o libnet_share.o \
libnet_lookup.o libnet_domain.o userinfo.o groupinfo.o userman.o \
groupman.o prereq_domain.o libnet_samsync.o libnet_export_keytab.o)