Quantcast
Viewing all articles
Browse latest Browse all 4130

Sharepoint Server Üzerinde Kimlik Doğrulama Yöntemleri – NTLM – Kerberos – FBA – LDAP

Makalemizde SharePoint a giriş tekniklerinden bahis edeceğim. Bilindiği üzere SharePoint 2010 Microsoft urunumdur ve Microsoft ürünleri ile kurulur ve çalışır. Misal vermek gerekirse Back-End de SQL Server’den başka bir Database Server olamaz.

 

Ama bu Active Directory için geçerli değildir.

 

SharePoint 2010′a 3 giriş metodu vardır:

 

  • NTLM
  • Kerberos
  • FBA | LDAP |

 

İki cümlede anlatmak gerekirse, NTLM Windows’un klasikleşmiş username/password ile, Kerberos ise ticketing server, yani DOMAIN CONTROLLER’un size bir ticket yapması ve 10 saat boyunca siz istediğiniz SharePoint sitesine şifre veya username vermeden girebilmenizdir.

 

Form Based Authentication ise, bunlardan daha basit bir giriş seklidir. Bir Database’e username ve şifre verilir ve SharePoint o bilgiler sayesine DOMAIN CONTROLLER’e sormadan kullanıcılara SharePoint 2010′a bir oturum açar.

 

ASP.NET_SQL yükleme

 

1. SharePoint Server un üze Administrator ile oturum acınız.

 

2. CMD ve sonrasında C:\Windows\Microsoft.Net\Framework\V2.0.50727>aspnet_regsql.exe

 

 

Image may be NSFW.
Clik here to view.
image001


Resim-1

 

 

3. Asistan size hös geldiniz penceresi acar

 

4. Burada « Configure SQL Server for application services » seciniz

 

5. Asistan size Database Server’un ismini sorar ve bir database seçmenizi ister. Siz sadece ismini veriniz ve database’i <default> a bırakınız.

 

 

Image may be NSFW.
Clik here to view.
image002


Resim-2

 

 

6. Install başlar.

 

 

Image may be NSFW.
Clik here to view.
image003


Resim-3

 

 

7. Finish.

 

 

Image may be NSFW.
Clik here to view.
image004


Resim-4

 

 

8. Simdi SQL Server Management Studio açınız.

 

 

Image may be NSFW.
Clik here to view.
image005


Resim-5

 

 

9. Database’imizde mühim olan “Mixed” mode seçmenizdir. Bunun için sadece bir sağ klik ve Security.

 

 

Image may be NSFW.
Clik here to view.
image006


Resim-6

 

 

10. Ve simdi ASP.NET_SQL’in yaratigi database yeni bir login yapıyoruz: “New Login…”. Username: FormGokan ||Password: Vision1T

 

 

Image may be NSFW.
Clik here to view.
image007


Resim-7

 

 

11. Ve o database üzerinde “OWNER” right lari veriyoruz.

 

a. User name : FormGokan

b. Login name : FormGokan

c. Database role Membership : db_owner

 

 

Image may be NSFW.
Clik here to view.
image008


Resim-8

 


 

SharePoint Kurulumu

 

1. IIS 7 açınız.

 

Image may be NSFW.
Clik here to view.
image009


Resim-9

 

 

2. Central administration’da Connection Strings || Providers web.config lerini değiştireceğiz.

 

 

Image may be NSFW.
Clik here to view.
image010


Resim-10

 

 

3. Connection Strings seciniz

 

Göründüğü gibi yazınız:

 

 

Image may be NSFW.
Clik here to view.
image011


Resim-11

 

 

4. Seçtiğimiz simdi Providers, ve oradan. NET Roles. Sonrasında ADD

 

 

Image may be NSFW.
Clik here to view.
image012


Resim-12

 

 

5. Yine aynı şekilde gördüğünüz gibi yazınız:

 

 

Image may be NSFW.
Clik here to view.
image013


Resim-13

 

 

6. Şimdi NET Users ve yine Add

 

 

Image may be NSFW.
Clik here to view.
image014


Resim-14

 

 

7. Gördüğünüz gibi yazınız:

 

 

Image may be NSFW.
Clik here to view.
image015


Resim-15


 

SharePoint yeni web application

 

1. Central Administration’da, Application Management seciniz, sonrasında Manage Web Applications. New ve yeni bir site yapın AMA claims based Authentication seçerek

 

 

Image may be NSFW.
Clik here to view.
image016


Resim-16

 

 

2. İstediğiniz gibi isim vesaire veriniz.

 

 

Image may be NSFW.
Clik here to view.
image017


Resim-17

 

 

Simdi Yine IIS’e gidiyoruz ve sâri olan her yerde bir değişiklik yapacağız.

 

 

Image may be NSFW.
Clik here to view.
image018


Resim-18

 

 

a. İlk önce Connection String

 

 

Image may be NSFW.
Clik here to view.
image019


Resim-19

 

 

b. Sonra members ve rôles

 

 

Image may be NSFW.
Clik here to view.
image020


Resim-20

 

 

c. NET Roles

 

Bir Warning çıkabilir, onu es geçebilirsiniz.

 

 

Image may be NSFW.
Clik here to view.
image021


Resim-21

 

 

Ve sonrasında Provider’da, iki tane yeni 2 grup yapınız:

 

 

Image may be NSFW.
Clik here to view.
image022


Resim-22

 

 

d. .NET Users

 

Bir Warning çıkabilir, onu es geçebilirsiniz.

 

 

Image may be NSFW.
Clik here to view.
image023


Resim-23

 

 

Ve members’lerde yeni bir kullanıcı yapıyoruz

 

 

Image may be NSFW.
Clik here to view.
image024

 


Resim-24

 

 

Image may be NSFW.
Clik here to view.
image025

 


Resim-25

 

 

e. Authentication Form’u gözden geçiriyoruz. Enabled olmasına dikkat edin.

 

 

Image may be NSFW.
Clik here to view.
image026

 


Resim-26

 

 

f. Utilisateur Site Collection’da GokanOzcifci’yi Secondary Admin olarak ekleyiniz.

 

 

Image may be NSFW.
Clik here to view.
image027

 


Resim-27

 

 

3. Test

 

 

Ve SharePoint bize çok güzel bir error verecektir, ama bunun da çaresi vardır.

 

 

Image may be NSFW.
Clik here to view.
image028

 


Resim-28

 

 

.NET USERS sadece geri « I » ye getirin

 

 

Image may be NSFW.
Clik here to view.
image029

 


Resim-29

 

 

4. Yine Test ediyoruz

 

 

Image may be NSFW.
Clik here to view.
image030

 


Resim-30

 

 

Dikkat edilmesi gereken notlar:

 

 

Yapılan bütün değişiklikler (add Users hariç ) SharePoint site, SharePoint Webservices ve Security Token’e yapılması gerekiyor..

 

 

Image may be NSFW.
Clik here to view.
image031

 

 


Resim-31

 

Bir makalemizin daha sonuna geldik. Umarım faydalı bir makale olmuştur. Bir sonraki makalemizde görüşmek dileği ile.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 4130

Trending Articles


Kulak daveti


Ayetel Kürsi'nin Daveti


Her türlü işte kullanabileceğin huddam daveti


Enam Suresi Ayet-103 ile İstihare


Hastaya arız olan cini şeytanı maridi yakmak!


İhtiyacın Kadar Para İçin


Düşmana Cin Musallat etme


El-Cabbâr


SCCM 2012 Client Installation issue


Süfli Hadim-Cin Daveti