Windows-Server-2012

Windows 更新後 SharePoint 2013 無法登錄

  • October 3, 2016

在 Windows Server 2012 域控制器上進行一些更新後,我無法登錄到 SharePoint 伺服器。

它要求提供憑據 3 次,然後顯示空白頁。中央管理頁面正常工作。

在事件中我有這個:

An account was successfully logged on.

Subject:
   Security ID:        NULL SID
   Account Name:       -
   Account Domain:     -
   Logon ID:       0x0

Logon Type:         3

Impersonation Level:        Impersonation

New Logon:
   Security ID:        domain1\acc.svc
   Account Name:       acc.svc
   Account Domain:     domain
   Logon ID:       0x346FC094
   Logon GUID:     {3d20e910-90e4-2abe-2940-4cfe0b931140}

Process Information:
   Process ID:     0x0
   Process Name:       -

Network Information:
   Workstation Name:   
   Source Network Address: -
   Source Port:        -

Detailed Authentication Information:
   Logon Process:      Kerberos
   Authentication Package: Kerberos
   Transited Services: -
   Package Name (NTLM only):   -
   Key Length:     0

This event is generated when a logon session is created. It is generated on the computer that was accessed.

The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.

The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).

The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.

The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.

The impersonation level field indicates the extent to which a process in the logon session can impersonate.

The authentication information fields provide detailed information about this specific logon request.
   - Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.
   - Transited services indicate which intermediate services have participated in this logon request.
   - Package name indicates which sub-protocol was used among the NTLM protocols.
   - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.

我們已經在更新前恢復了 Windows server 2012,但問題仍然存在。環回已禁用。

對此有什麼想法嗎?

這解決了問題:

修補程序 Windows Server 2012 R2

KB3177108 https://www.microsoft.com/en-us/download/details.aspx?id=53465

KB3167679 https://www.microsoft.com/en-us/download/details.aspx?id=53486

KB3175024

引用自:https://serverfault.com/questions/803202