<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ldap.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'ldap.installation.php',
    1 => 'Kurulum',
    2 => 'Kurulum',
  ),
  'up' => 
  array (
    0 => 'ldap.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'prev' => 
  array (
    0 => 'ldap.requirements.php',
    1 => 'Gereksinimler',
  ),
  'next' => 
  array (
    0 => 'ldap.configuration.php',
    1 => '&Ccedil;alışma Anı Yapılandırması',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ldap/configure.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ldap.installation" class="section">
 <h2 class="title">Kurulum</h2>
 <p class="para">
  LDAP support in PHP is not enabled by default. You will need to
  use the <strong class="option configure">--with-ldap[=DIR]</strong>
  configuration option when compiling PHP to enable LDAP support.
  DIR is the LDAP base install directory. To enable SASL support,
  be sure <strong class="option configure">--with-ldap-sasl[=DIR]</strong> is
  used, and that <var class="filename">sasl.h</var> exists on the system.
 </p>
 <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
  <strong>Note to Win32 Users</strong><br />
  <p class="para">
   Bu eklentinin çalışabilmesi için bazı
<abbr title="Dynamic Link Library">DLL</abbr> dosyalarının
bulunduğu yerlerin Windows sistem <var class="envar">PATH</var>&#039;ında tanımlı olması
gerekir. Bunun nasıl yapılacağı <abbr>SSS</abbr> altında &quot;<a href="faq.installation.php#faq.installation.addtopath" class="link">PHP
dizinimi Windows&#039;ta PATH&#039;a nasıl eklerim</a>&quot; başlığı altında
açıklanmıştır. Eklenti, DLL dosyaları PHP dizininden Windows system dizinine
taşındığında da çalışırsa da (çünkü system dizini sistem <var class="envar">PATH</var>&#039;ında zaten vardır)
bu önerilmez. Bu eklentinin çalışabilmesi için <em>bulunduğu dizine <var class="envar">PATH</var>
üzerinden erişebilmesi gereken dosyanın ismi: </em> 
   <var class="filename">libeay32.dll</var> and 
   <var class="filename">ssleay32.dll</var>, or, as of OpenSSL 1.1
   <var class="filename">libcrypto-*.dll</var> and <var class="filename">libssl-*.dll</var>
  </p>
 </p></blockquote>
 <p class="para">
  In order to use Oracle LDAP libraries, proper <a href="oci8.requirements.php" class="link">Oracle environment</a> has to be set.
 </p>
</div><?php manual_footer($setup); ?>