Tuesday, October 22, 2013

SharePoint Disable Loopback Check


שלום חברים,

לאחרונה, בסיום הקמת חוות SharePoint אני עובד על שרת ואני מנסה לגשת לאתר SharePoint מקומי, כל הזמן אני מתבקש להכניס שם משתמש וסיסמה וזה קצת מעצבן :) .

זה "תכונה" בשרת שצריך להשבית כדרך לעקיפת הבעיה.
 התכונה מונעת גישה ליישום אינטרנט באמצעות שם תחום מלא.
אם הניסיון לגשת אליו (ליישום אינטרנט ) מתקיים ממכונה שמארחת יישום זה.

התוצאה הסופית היא גישה 401.1 נדחתה מהשרת האינטרנט וכשל בכניסה ביומן האירועים.

יש כמה שיטות לעשות את זה אני אבחר לבטל את סימון הלולאה החוזרת - DisableLoopbackCheck.
יש צורך ליצור מפתח רישום DWORD שנקראDisableLoopbackCheck ולהגדיר אותו עם הערך 1.

בצע את הפעולות הבאות:
לחץ על התחל, לחץ על הפעלה, הקלד regedit ולאחר מכן לחץ על אישור בעורך רישום, אתר את מפתח הרישום הבא: HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Lsa לחץ לחיצה ימנית Lsa, הצבע על חדש, ולאחר מכן לחץ על ערך DWORD. DisableLoopbackCheck סוג, ולאחר מכן לחץ על ENTER. DisableLoopbackCheck לחץ לחיצה ימנית ולאחר מכן לחץ על שנה. בתיבה הנתונה הערך, הקלד 1 ולאחר מכן לחץ על אישור. צא מעורך רישום. ייתכן שתצטרך להפעיל מחדש את השרת שלך.


בהצלחה !
רון נס.


============================================================================================================================================================================================================================================================


Hello Friends,

Recently, I was working on a server and we were trying to access the local SharePoint site and I was constantly prompted for the username and password. In SharePoint 2010 and SharePoint 2013, it can really annoy.

It is a ‘feature’ on the server that you need to disable as a workaround.
The feature prevents access to a web application using a fully qualified domain name.
if an attempt to access it takes place from a machine that hosts that application.

The end result is a 401.1 Access Denied from the web server and a logon failure in the event log.

There are some methods to do this I Choose to Disable the loopback check – DisableLoopbackCheck.
You would need to create a DWORD registry key in the registry called DisableLoopbackCheck and set it to 1. 

Follow these steps:
Add this registry entry manually
Click Start, click Run, type regedit, and then click OK In Registry Editor, locate the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa Right-click Lsa, point to New, and then click DWORD Value. Type DisableLoopbackCheck, and then press ENTER. Right-click DisableLoopbackCheck, and then click Modify. In the Value data box, type 1 and then click OK. Quit Registry Editor. You may need to restart your server.


Good Luck :)
Ron Ness.

No comments:

Post a Comment