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.

17 lines
676 B

  1. Security
  2. There are three things that need to be secured for each Clipbook
  3. page: the .CLP file for the page, the registry key that links the page name
  4. with the .CLP file name, and the DDE share that allows DDE access to ClipSrv.
  5. The .CLP file and registry key are should be given these accesses:
  6. Local System (services) Full Control
  7. Administrators Full Control
  8. Everybody No Access
  9. The DDE share's security can be set by the user using the DACL editor. The
  10. default security is:
  11. Owner/Creator Full Control
  12. Everybody Read and Link