summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_onefs_sam.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-20Introduce a new passdb backend: pdb_onefs_samDan Sledz1-0/+433
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.