summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_onefs_sam.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-24s3: Rename auth_onefs_wb and pdb_onefs_samDan Sledz1-433/+0
auth_onefs_wb.c -> auth_wbc.c pdb_onefs_sam.c -> pdb_wbc_sam.c No changes to functionality
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.