Description
The dummy driver does exactly what it name suggests. It returns success where feasible, otherwise failure. It is internal to libvxdb and will be used as a fallback whenever a specific database driver does not provide its own variant of the function.
->init() |
1 (success) |
->close() |
void |
->modctl( VXDB_COUNT_USERS) VXDB_COUNT_GROUPS) |
0 (no users/groups) |
->modctl( *) |
-ENOSYS ("Function not
implemented") |
->lock() |
1 (success) |
->useradd() |
-EPERM ("Operation not
permitted") |
->usertrav_init() |
non-NULL (traverser init
succeeded) |
->usertrav_walk() |
0 (no more users/groups) |
->usertrav_free() |
void |