summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-13 01:59:32 +0000
committerJeremy Allison <jra@samba.org>2000-10-13 01:59:32 +0000
commit7ca3a35ff856bd1173cd4cf0345bc0b8d203f101 (patch)
tree319ede1c3cf0cb3a131ed4286433e7255d96949a /source/Makefile.in
parentb001d6b387f8b27f1447d256b694684c0d1cef3e (diff)
downloadsamba-7ca3a35ff856bd1173cd4cf0345bc0b8d203f101.tar.gz
samba-7ca3a35ff856bd1173cd4cf0345bc0b8d203f101.tar.xz
samba-7ca3a35ff856bd1173cd4cf0345bc0b8d203f101.zip
Fix to allow smbd to call winbindd if it is running for all group enumeration,
falling back to the UNIX calls on error. This should fix all problems with smbd enumerating all users in all groups in all trusted domains via winbindd. Also changed GETDC to query 1C name rather than 1b name as only the PDC registers 1b. Jeremy.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index c73cba05b84..8ee3f241e2a 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -107,6 +107,7 @@ LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \
lib/util.o lib/util_sock.o lib/util_sec.o smbd/ssl.o \
lib/talloc.o lib/hash.o lib/substitute.o lib/fsusage.o \
lib/ms_fnmatch.o lib/select.o lib/error.o lib/messages.o \
+ nsswitch/wb_client.o nsswitch/wb_common.o \
$(TDB_OBJ)
UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \
@@ -171,8 +172,7 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/vfs.o smbd/vfs-wrap.o smbd/statcache.o \
smbd/unix_acls.o lib/msrpc-client.o lib/msrpc_use.o \
smbd/process.o smbd/service.o smbd/error.o \
- printing/printfsp.o nsswitch/wb_common.o lib/util_seaccess.o \
- nsswitch/wb_client.o
+ printing/printfsp.o lib/util_seaccess.o
PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/print_cups.o printing/load.o