summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-13 01:16:35 +0000
committerJeremy Allison <jra@samba.org>2000-10-13 01:16:35 +0000
commita7f8d8b6362f4c2970fee63130963734528bcb6e (patch)
tree994f6c5a38e9a1f9968832446930b67af89f5f89 /source3
parentc56301b1d117c27213fe2dc4faf72a1bec19d092 (diff)
downloadsamba-a7f8d8b6362f4c2970fee63130963734528bcb6e.tar.gz
samba-a7f8d8b6362f4c2970fee63130963734528bcb6e.tar.bz2
samba-a7f8d8b6362f4c2970fee63130963734528bcb6e.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. Jeremy. (This used to be commit 54a1ae815b3ebcc7ab98bf0a2a39719ae3b2d5ea)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c73cba05b8..8ee3f241e2 100644
--- a/source3/Makefile.in
+++ b/source3/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