导航

SharePoint中如何禁用文档库“使用资管管理器打开”功能

Posted on 2014-04-14 11:55  FryFish  阅读(208)  评论(0)    收藏  举报

SharePoint文档库中“使用资管管理器打开”功能虽然方便,但导致一般用户可以访问到所有的文档,形成了安全漏洞。可通过如下步骤,只允许管理员使用此功能,从而消除权限上的失控:

  • On your SharePoint server go to the following folder and make a copy of the DefaultTemplates.ascx file. \Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\CONTROLTEMPLATES
  • Rename the copy of DefaultTemplates.ascx to CustomDefalutTemplates.ascx
  • Open CustomDefaultTemplates.ascx in Notepad and change the following line:
  • ID=”OpenInExplorer” Change PermissionString=”UseClientIntegration” to PermissionString=”ManageWeb”
  • Save the file
  • Reset IIS

参见:http://ballyhoo4u.com/disable-open-in-windows-explorer-on-sharepoint/