mirror of
https://github.com/samba-team/samba.git
synced 2025-12-04 08:23:50 +03:00
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the build farm
reacts :-) Volker
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
b9d1a65910
commit
9f99d04a54
@@ -264,6 +264,10 @@ enum SID_NAME_USE
|
||||
SID_NAME_COMPUTER /* sid for a computer */
|
||||
};
|
||||
|
||||
#define LOOKUP_NAME_ISOLATED 1 /* Look up unqualified names */
|
||||
#define LOOKUP_NAME_REMOTE 2 /* Ask others */
|
||||
#define LOOKUP_NAME_ALL (LOOKUP_NAME_ISOLATED|LOOKUP_NAME_REMOTE)
|
||||
|
||||
/**
|
||||
* @brief Security Identifier
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user