summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-11-26 01:37:01 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-11-26 01:37:01 +0000
commite75ad578d2578d756b7672fbf12d16f0823d472b (patch)
treeddbc86d9ebc2d8e61b52a60918918eddb3f2df14 /source3/Makefile.in
parent19b9f9fbaea7bc446e77426f1f1b7f2bb2c14d77 (diff)
downloadsamba-e75ad578d2578d756b7672fbf12d16f0823d472b.tar.gz
samba-e75ad578d2578d756b7672fbf12d16f0823d472b.tar.bz2
samba-e75ad578d2578d756b7672fbf12d16f0823d472b.zip
This compleats the of the authenticaion subystem into the new 'auth'
subdirectory. (The insertion of these files was done with some CVS backend magic, hence the lack of a commit message). This also moves libsmb/domain_client_validate.c back into auth_domain.c, becouse we no longer share it with winbind. Andrew Bartlett (This used to be commit 782835470cb68da2188a57007d6f55c17b094d08)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 3642e7eb2e..ba94499de8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -194,12 +194,11 @@ OPLOCK_OBJ = smbd/oplock.o smbd/oplock_irix.o smbd/oplock_linux.o
NOTIFY_OBJ = smbd/notify.o smbd/notify_hash.o smbd/notify_kernel.o
-PLAINTEXT_AUTH_OBJ = passdb/pampass.o passdb/pass_check.o
+PLAINTEXT_AUTH_OBJ = auth/pampass.o auth/pass_check.o
-AUTH_OBJ = smbd/auth.o smbd/auth_smbpasswd.o smbd/auth_server.o smbd/auth_domain.o \
- smbd/auth_rhosts.o smbd/auth_unix.o smbd/auth_util.o smbd/auth_winbind.o \
- smbd/auth_info.o smbd/auth_builtin.o $(PLAINTEXT_AUTH_OBJ) \
- libsmb/domain_client_validate.o
+AUTH_OBJ = auth/auth.o auth/auth_sam.o auth/auth_server.o auth/auth_domain.o \
+ auth/auth_rhosts.o auth/auth_unix.o auth/auth_util.o auth/auth_winbind.o \
+ auth/auth_info.o auth/auth_builtin.o $(PLAINTEXT_AUTH_OBJ)
SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \
@@ -416,7 +415,7 @@ WINBINDD_OBJ1 = \
NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ = \
rpc_client/cli_netlogon.o rpc_client/cli_login.o \
- smbd/auth_util.o
+ auth/auth_util.o
WINBINDD_OBJ = \
$(WINBINDD_OBJ1) $(NOPROTO_OBJ) $(PASSDB_OBJ) \