summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-11-05 00:21:17 +0000
committerTim Potter <tpot@samba.org>2001-11-05 00:21:17 +0000
commit93fb9f76e2a78d131901c4f11c4a6ed30a4afa9d (patch)
tree84e7078658e78cd76c168d6b541290e7a53d8727 /source3/Makefile.in
parentc87c3526992212096d4ecdf200a5346e05bfb328 (diff)
downloadsamba-93fb9f76e2a78d131901c4f11c4a6ed30a4afa9d.tar.gz
samba-93fb9f76e2a78d131901c4f11c4a6ed30a4afa9d.tar.bz2
samba-93fb9f76e2a78d131901c4f11c4a6ed30a4afa9d.zip
Use cli_nt_login_network() instead of domain_client_validate() to perform
pam authentication. This allows us to link in less other crap. Authenticating with a challenge/response doesn't seem to work though - we always get back NT_STATUS_WRONG_PASSWORD. (This used to be commit d85aa1ce83327dda6aa3dcd9bbab9cf6979dda1e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4bced02721..615887389c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -398,8 +398,8 @@ WINBINDD_OBJ1 = \
nsswitch/winbindd_cm.o
NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ = \
- libsmb/domain_client_validate.o smbd/auth_util.o \
- rpc_client/cli_netlogon.o rpc_client/cli_login.o
+ rpc_client/cli_netlogon.o rpc_client/cli_login.o \
+ smbd/auth_util.o
WINBINDD_OBJ = \
$(WINBINDD_OBJ1) $(NOPROTO_OBJ) $(PASSDB_OBJ) \