From 9c715da1cbc256b9ae9298618c92807592607c9b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 3 Jun 2012 10:54:06 +1000 Subject: s3-passdb: Remove pdb_ads pdb_ads was an important module in the development of the combined Samba 4.0, and was the first module to show that standard samba3 tools such as smbpasswd can be made to operate on the sam.ldb. We now have pdb_samba4, which operates directly on the sam.ldb, rather than via ldapi://, which uses transactions and which is supported and tested as part of the official Samba 4.0 release configuration. This module is not as complete (for example, it does not honour the idmap configuration) and requires that the samba binary be running to operate. Andrew Bartlett --- source3/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 43dfb949cd..054d17b780 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2682,10 +2682,6 @@ bin/ldapsam.@SHLIBEXT@: $(BINARY_PREREQS) passdb/pdb_ldap.o passdb/pdb_nds.o \ @$(SHLD_MODULE) passdb/pdb_ldap.o passdb/pdb_nds.o passdb/pdb_ipa.o \ passdb/pdb_ldap_util.o $(LDAP_LIBS) -bin/ads.@SHLIBEXT@: $(BINARY_PREREQS) passdb/pdb_ads.o - @echo "Building plugin $@" - @$(SHLD_MODULE) passdb/pdb_ads.o - bin/tdbsam.@SHLIBEXT@: $(BINARY_PREREQS) passdb/pdb_tdb.o @echo "Building plugin $@" @$(SHLD_MODULE) passdb/pdb_tdb.o -- cgit