diff options
author | Günther Deschner <gd@samba.org> | 2011-03-30 15:09:10 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 15:14:55 +0200 |
commit | 33082d016ee27537af0514d5eebcdaf0360fa4f7 (patch) | |
tree | 169db458b46fd911d53ffa5552e9a47b7196166f /source3/include | |
parent | 3253d5ad0515198083b0b185c06b659fc6972830 (diff) | |
download | samba-33082d016ee27537af0514d5eebcdaf0360fa4f7.tar.gz samba-33082d016ee27537af0514d5eebcdaf0360fa4f7.tar.bz2 samba-33082d016ee27537af0514d5eebcdaf0360fa4f7.zip |
s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 9427435483..96e2b0034b 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -153,27 +153,6 @@ typedef union unid_t { #define SID_MAX_SIZE ((size_t)(8+(MAXSUBAUTHS*4))) -#define LOOKUP_NAME_NONE 0x00000000 -#define LOOKUP_NAME_ISOLATED 0x00000001 /* Look up unqualified names */ -#define LOOKUP_NAME_REMOTE 0x00000002 /* Ask others */ -#define LOOKUP_NAME_GROUP 0x00000004 /* (unused) This is a NASTY hack for - valid users = @foo where foo also - exists in as user. */ -#define LOOKUP_NAME_NO_NSS 0x00000008 /* no NSS calls to avoid - winbind recursions */ -#define LOOKUP_NAME_BUILTIN 0x00000010 /* builtin names */ -#define LOOKUP_NAME_WKN 0x00000020 /* well known names */ -#define LOOKUP_NAME_DOMAIN 0x00000040 /* only lookup own domain */ -#define LOOKUP_NAME_LOCAL (LOOKUP_NAME_ISOLATED\ - |LOOKUP_NAME_BUILTIN\ - |LOOKUP_NAME_WKN\ - |LOOKUP_NAME_DOMAIN) -#define LOOKUP_NAME_ALL (LOOKUP_NAME_ISOLATED\ - |LOOKUP_NAME_REMOTE\ - |LOOKUP_NAME_BUILTIN\ - |LOOKUP_NAME_WKN\ - |LOOKUP_NAME_DOMAIN) - #include "librpc/gen_ndr/dcerpc.h" #include "librpc/gen_ndr/security.h" |