From bc3a20e9d8cec0b0b402e922214fc5a7f08e785e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 18 Aug 2004 12:47:08 +0000 Subject: r1879: - add a user sub struct in net_context - add 'net password change' command (it doesn'T work yet because libnet_rpc_connect() isn't implemented yet, and we don't fill in the net_context user substruct yet) metze (This used to be commit 939da063cdf18a5ab7e7f0490ac58d1f138cf0f0) --- source4/utils/net/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/utils/net/config.mk') diff --git a/source4/utils/net/config.mk b/source4/utils/net/config.mk index 8593aaec65..ce90906fe6 100644 --- a/source4/utils/net/config.mk +++ b/source4/utils/net/config.mk @@ -4,7 +4,8 @@ # Start BINARY net [BINARY::net] OBJ_FILES = \ - utils/net/net.o + utils/net/net.o \ + utils/net/net_password.o REQUIRED_SUBSYSTEMS = \ CONFIG \ LIBCMDLINE \ -- cgit