From d3e7a22630aa931d55ed44a695a0b05344bc6098 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 16 Aug 2004 16:52:57 +0000 Subject: r1836: - as abartlet said to me, we need to contact the users domain pdcfor doing a password change - add start of libnet_SetPassword - use KRB5 and LDAP instead of ADS as ADS isn't a protocol - add start of lib_rpc_connect() metze (This used to be commit 05c40dca8ad1ab020aa75282da046f1dbce2a52a) --- source4/libnet/config.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/libnet/config.mk') diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk index ab2861f540..1918f2e095 100644 --- a/source4/libnet/config.mk +++ b/source4/libnet/config.mk @@ -1,6 +1,8 @@ ################################# # Start SUBSYSTEM LIBNET [SUBSYSTEM::LIBNET] -ADD_OBJ_FILES = libnet/libnet_password.o +ADD_OBJ_FILES = \ + libnet/libnet_passwd.o \ + libnet/libnet_rpc.o # End SUBSYSTEM LIBNET ################################# -- cgit