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/
浙公网安备 33010602011771号