1
0
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:
Volker Lendecke
2005-12-03 18:34:13 +00:00
committed by Gerald (Jerry) Carter
parent b9d1a65910
commit 9f99d04a54
19 changed files with 1001 additions and 616 deletions

View File

@@ -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
*