diff options
author | Gerald Carter <jerry@samba.org> | 2006-08-21 20:04:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:45 -0500 |
commit | c9f9c6505091aa1bf469c06c779040689c0737f7 (patch) | |
tree | 8effd51d5e7953bc59455f649a2713afe1700f45 /source3/include/smb.h | |
parent | e7a49f2b25be3d893a516d6cc3c205b58ff0c20c (diff) | |
download | samba-c9f9c6505091aa1bf469c06c779040689c0737f7.tar.gz samba-c9f9c6505091aa1bf469c06c779040689c0737f7.tar.bz2 samba-c9f9c6505091aa1bf469c06c779040689c0737f7.zip |
r17669: Remove RID algorithm support from unmapped users and groups
when using smbpasswd
(This used to be commit dde552336c732ddd6076a6a32575a37cb51aa94c)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 92228ec3d4..9aa8be437c 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -269,7 +269,7 @@ enum SID_NAME_USE { #define LOOKUP_NAME_REMOTE 2 /* Ask others */ #define LOOKUP_NAME_ALL (LOOKUP_NAME_ISOLATED|LOOKUP_NAME_REMOTE) -#define LOOKUP_NAME_GROUP 4 /* This is a NASTY hack for valid users = @foo +#define LOOKUP_NAME_GROUP 4 /* (unused) This is a NASTY hack for valid users = @foo * where foo also exists in as user. */ /** |