Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
419 B

  1. #if 0
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. #endif
  4. #define SECMOF "instance of __NTLMUser{\n\
  5. GroupType = 0;Name = \"Administrators\";\n\
  6. Authority = \".\";Enabled = TRUE;Permissions = 2;ExecuteMethods = TRUE;EditSecurity = TRUE;};\n\
  7. instance of __NTLMUser{\n\
  8. GroupType = 0;Name = \"Everybody\";\n\
  9. Authority = \".\";Enabled = TRUE;Permissions = 0;ExecuteMethods = FALSE;EditSecurity = FALSE;};"