mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
add a note about the meaning of global_sam_sid
(This used to be commit 3db97530b6
)
This commit is contained in:
@ -22,6 +22,9 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
/* NOTE! the global_sam_sid is the SID of our local SAM. This is only
|
||||
equal to the domain SID when we are a DC, otherwise its our
|
||||
workstation SID */
|
||||
DOM_SID global_sam_sid;
|
||||
extern pstring global_myname;
|
||||
extern fstring global_myworkgroup;
|
||||
|
Reference in New Issue
Block a user