在sharepoint 2013 服务器上,如果修改了AAM (alternate access mappings),

在服务器上访问本地的sharepoint就会一直弹出登陆窗口,无法访问。

于是必须禁用loop back check

 

(Powershell)

New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value "1" -PropertyType dword
 

相关文章:

  • 2021-06-17
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2021-08-27
  • 2021-10-29
  • 2021-10-18
猜你喜欢
  • 2022-12-23
  • 2021-06-09
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2021-06-06
相关资源
相似解决方案