Introduce a new passdb backend: pdb_onefs_sam
authorDan Sledz <dan.sledz@isilon.com>
Fri, 13 Feb 2009 20:28:57 +0000 (12:28 -0800)
committerSteven Danneman <steven.danneman@isilon.com>
Sat, 21 Feb 2009 03:39:07 +0000 (19:39 -0800)
commitfc02c3b0890a9549989bb0aba16588026c6d6b43
tree25c99f2b1d84b18024fbde288f9d586f49571cb9
parentc383022f89a34b83039502cc58178498cc06370e
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.
source3/Makefile.in
source3/configure.in
source3/passdb/pdb_onefs_sam.c [new file with mode: 0644]