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:
@ -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. */
|
||||
|
Reference in New Issue
Block a user