diff options
author | Gerald Carter <jerry@samba.org> | 2005-05-31 02:23:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:01 -0500 |
commit | 450e8d5749504f8392c0cfe8b79218f03b88076a (patch) | |
tree | cef9fa5ebb4909a57ad02af6416b94182c6b874d /source3/Makefile.in | |
parent | a3f4c365171097eaa615b390d74a90b9345a3973 (diff) | |
download | samba-450e8d5749504f8392c0cfe8b79218f03b88076a.tar.gz samba-450e8d5749504f8392c0cfe8b79218f03b88076a.tar.bz2 samba-450e8d5749504f8392c0cfe8b79218f03b88076a.zip |
r7130: remove 'winbind enable local accounts' code from the 3.0 tree
(This used to be commit 318c3db4cb1c85be40b2f812f781bcf5f1da5c19)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index a0e297a1a1..f039690b05 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -661,8 +661,7 @@ WINBINDD_OBJ1 = \ nsswitch/winbindd_rpc.o \ nsswitch/winbindd_ads.o \ nsswitch/winbindd_passdb.o \ - nsswitch/winbindd_dual.o \ - nsswitch/winbindd_acct.o + nsswitch/winbindd_dual.o WINBINDD_OBJ = \ $(WINBINDD_OBJ1) $(PASSDB_OBJ) $(GROUPDB_OBJ) \ |