summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-06-02 19:39:18 +0200
committerSimo Sorce <idra@samba.org>2010-06-04 12:12:37 -0400
commit9097bdddd03f81579699e0d0ce725a7453a3a158 (patch)
tree452b12b712e1ed4053d755ee7cdd74dcaaac7156 /source3/Makefile.in
parentfad86ddf5531c8f5862b697e99c24a7bd526d73e (diff)
downloadsamba-9097bdddd03f81579699e0d0ce725a7453a3a158.tar.gz
samba-9097bdddd03f81579699e0d0ce725a7453a3a158.tar.bz2
samba-9097bdddd03f81579699e0d0ce725a7453a3a158.zip
s3-auth: Moved smbd user functions to a generic place.
Reviewed-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 82407e5be0..91e1518e13 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -772,6 +772,7 @@ AUTH_OBJ = auth/auth.o @AUTH_STATIC@ auth/auth_util.o auth/token_util.o \
auth/server_info.o \
auth/server_info_sam.o \
auth/user_info.o \
+ auth/user_util.o \
auth/auth_compat.o auth/auth_ntlmssp.o \
$(PLAINTEXT_AUTH_OBJ) $(SLCACHE_OBJ) $(DCUTIL_OBJ)
@@ -783,7 +784,7 @@ BUILDOPT_OBJ = smbd/build_options.o
SMBD_OBJ_SRV = smbd/server_reload.o \
smbd/files.o smbd/connection.o \
- smbd/utmp.o smbd/session.o smbd/map_username.o \
+ smbd/utmp.o smbd/session.o \
smbd/dfree.o smbd/dir.o smbd/password.o smbd/conn.o \
smbd/share_access.o smbd/fileio.o \
smbd/ipc.o smbd/lanman.o smbd/negprot.o \