diff options
author | Volker Lendecke <vl@samba.org> | 2009-07-31 23:17:54 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-07-31 23:19:05 +0200 |
commit | a488334bf1d2c76ebad123df4fc970d617dee126 (patch) | |
tree | 4a12b1543106913f335ec249bf72249333bbc84b /source3/include | |
parent | 42becbc7a810e1d521f5aee6bcbbb5c1ad3ab7bf (diff) | |
download | samba-a488334bf1d2c76ebad123df4fc970d617dee126.tar.gz samba-a488334bf1d2c76ebad123df4fc970d617dee126.tar.bz2 samba-a488334bf1d2c76ebad123df4fc970d617dee126.zip |
Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS
It took me a bit to understand what this flag does. I hope this is
a bit clearer, at least it is to me.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 819d3a8c4f..e2d670fa04 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -182,9 +182,8 @@ typedef union unid_t { #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_EXPLICIT 0x00000008 /* Only include - explicitly mapped names and not - the Unix {User,Group} domain */ +#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 */ |