summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-11-26 00:48:31 +0000
committerLuke Leighton <lkcl@samba.org>1998-11-26 00:48:31 +0000
commitb20fc0046426bc6c6dfdeeef0cedcd975282576d (patch)
tree2d8ce9b6b7fd71ba6a5324c544ff9c04371cfdda /source3/Makefile.in
parent5ebcdbae9b0eb05570613bd939af9fc827920a29 (diff)
downloadsamba-b20fc0046426bc6c6dfdeeef0cedcd975282576d.tar.gz
samba-b20fc0046426bc6c6dfdeeef0cedcd975282576d.tar.bz2
samba-b20fc0046426bc6c6dfdeeef0cedcd975282576d.zip
we have a problem: resolution of "Primary Group RID" which we assumed
would only be a domain group rid. it can also be a local group rid, which causes us problems in attempting to turn a unix gid into the correct rid (domain group or local group). sooo.... the fix is _in_ there, we just can't use it because it causes link / knock-on problems in nmbd. (This used to be commit e4ee6538709c33000774eb1676608f2dd67d5a30)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6aa97ee7e8..b310cbf715 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -190,7 +190,7 @@ NMBD_OBJ1 = nmbd/asyncdns.o nmbd/nmbd.o nmbd/nmbd_become_dmb.o \
nmbd/nmbd_workgroupdb.o nmbd/nmbd_synclists.o
NMBD_OBJ = $(NMBD_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) \
- $(PASSDB_OBJ) $(LIB_OBJ)
+ $(PASSDB_OBJ) $(LIB_OBJ)
SWAT_OBJ = web/cgi.o web/diagnose.o web/startstop.o web/statuspage.o \
web/swat.o $(LIBSMB_OBJ) $(LOCKING_OBJ) \