diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-09-19 15:39:00 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-09-19 15:39:00 +0000 |
commit | 1244410cc4d48e3d68dad2c979a9ad2a2f70989e (patch) | |
tree | e6cb5a104acdcfe17f435c4cacb0c9429bfb167f /source3/include | |
parent | 1a01635486c1d383d0994408f133eecd6fe4acec (diff) | |
download | samba-1244410cc4d48e3d68dad2c979a9ad2a2f70989e.tar.gz samba-1244410cc4d48e3d68dad2c979a9ad2a2f70989e.tar.bz2 samba-1244410cc4d48e3d68dad2c979a9ad2a2f70989e.zip |
Merge in first command for 'samtest'
Fix small bug in sam/interface.c
Make sam backend to default to a define
(This used to be commit 60ab55fedf03a0b505b0b73527e031124a46304e)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/sam.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/sam.h b/source3/include/sam.h index 875efbe0de..ca1a84fd97 100644 --- a/source3/include/sam.h +++ b/source3/include/sam.h @@ -48,6 +48,9 @@ int sam_version(void)\ return SAM_INTERFACE_VERSION;\ } +/* Backend to use by default when no backend was specified */ +#define SAM_DEFAULT_BACKEND "plugin" + typedef struct sam_domain_handle { TALLOC_CTX *mem_ctx; uint32 access_granted; |