1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

Patch from metze and me that adds dummy smb_register_*() functions so

that is now possible to, for example, load a module which contains
an auth method into a binary without the auth/ subsystem built in.
This commit is contained in:
Jelmer Vernooij
-
parent ab1ff35187
commit 74d9ecfe2d
35 changed files with 137 additions and 2 deletions

View File

@ -40,6 +40,10 @@
#include "includes.h"
#include "../utils/net.h"
#define HAVE_SMB_REGISTER_PASSDB
#include "module_dummy.h"
/***********************************************************************/
/* Beginning of internationalization section. Translatable constants */
/* should be kept in this area and referenced in the rest of the code. */