summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorDan Sledz <dan.sledz@isilon.com>2009-02-13 12:28:57 -0800
committerSteven Danneman <steven.danneman@isilon.com>2009-02-20 19:39:07 -0800
commitfc02c3b0890a9549989bb0aba16588026c6d6b43 (patch)
tree25c99f2b1d84b18024fbde288f9d586f49571cb9 /source3/Makefile.in
parentc383022f89a34b83039502cc58178498cc06370e (diff)
downloadsamba-fc02c3b0890a9549989bb0aba16588026c6d6b43.tar.gz
samba-fc02c3b0890a9549989bb0aba16588026c6d6b43.tar.bz2
samba-fc02c3b0890a9549989bb0aba16588026c6d6b43.zip
Introduce a new passdb backend: pdb_onefs_sam
Implements a custom backend for onefs that exclusively uses the wbclient interface for all passdb calls. It lacks some features of a standard passdb. In particular it's a read only interface and doesn't implement privileges.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a0bd4ab303..6087fa0359 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2364,6 +2364,10 @@ bin/tdbsam.@SHLIBEXT@: $(BINARY_PREREQS) passdb/pdb_tdb.o
@echo "Building plugin $@"
@$(SHLD_MODULE) passdb/pdb_tdb.o
+bin/onefs_sam.@SHLIBEXT@: $(BINARY_PREREQS) passdb/pdb_onefs_sam.o
+ @echo "Building plugin $@"
+ @$(SHLD_MODULE) passdb/pdb_onefs_sam.o
+
bin/smbpasswd.@SHLIBEXT@: $(BINARY_PREREQS) passdb/pdb_smbpasswd.o
@echo "Building plugin $@"
@$(SHLD_MODULE) passdb/pdb_smbpasswd.o