<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ldap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.ldap-bind-ext.php',
    1 => 'ldap_bind_ext',
    2 => 'Bind to LDAP directory',
  ),
  'up' => 
  array (
    0 => 'ref.ldap.php',
    1 => 'LDAP Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.ldap-bind.php',
    1 => 'ldap_bind',
  ),
  'next' => 
  array (
    0 => 'function.ldap-close.php',
    1 => 'ldap_close',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ldap/functions/ldap-bind-ext.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ldap-bind-ext" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ldap_bind_ext</h1>
  <p class="verinfo">(PHP 7 &gt;= 7.3.0, PHP 8)</p><p class="refpurpose"><span class="refname">ldap_bind_ext</span> &mdash; <span class="dc-title">Bind to LDAP directory</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ldap-bind-ext-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ldap_bind_ext</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="class.ldap-connection.php" class="type LDAP\Connection">LDAP\Connection</a></span> <code class="parameter">$ldap</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$dn</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="attribute"><a href="class.sensitiveparameter.php">#[\SensitiveParameter]</a> </span><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$password</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.array.php" class="type array">array</a></span></span> <code class="parameter">$controls</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span><br>): <span class="type"><span class="type"><a href="class.ldap-result.php" class="type LDAP\Result">LDAP\Result</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Does the same thing as <span class="function"><a href="function.ldap-bind.php" class="function">ldap_bind()</a></span> but returns
   an <span class="classname"><a href="class.ldap-result.php" class="classname">LDAP\Result</a></span> instance to be parsed with <span class="function"><a href="function.ldap-parse-result.php" class="function">ldap_parse_result()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ldap-bind-ext-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">
    See <span class="function"><a href="function.ldap-bind.php" class="function">ldap_bind()</a></span>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ldap-bind-ext-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt eine <span class="classname"><a href="class.ldap-result.php" class="classname">LDAP\Result</a></span>-Instanz zurück. Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.ldap-bind-ext-changelog">
  <h3 class="title">Changelog</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Version</th>
      <th>Beschreibung</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
 <td>8.1.0</td>
 <td>
  Der Parameter <code class="parameter">ldap</code> erwartet nun eine <span class="classname"><a href="class.ldap-connection.php" class="classname">LDAP\Connection</a></span>-Instanz;
  vorher wurde eine gültige <code class="literal">ldap link</code>-<a href="language.types.resource.php" class="link">Ressource</a> erwartet.
 </td>
</tr>

     <tr>
 <td>8.1.0</td>
 <td>
  Gibt nun eine <span class="classname"><a href="class.ldap-result.php" class="classname">LDAP\Result</a></span>-Instanz zurück; vorher
  wurde eine <a href="language.types.resource.php" class="link">Ressource</a> zurückgegeben.
 </td>
</tr>

     <tr>
 <td>8.0.0</td>
 <td>
  <code class="parameter">controls</code> ist nun nullable (akzeptiert den <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>-Wert); vorher war der Standardwert <code class="literal">[]</code>.
 </td>
</tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-function.ldap-bind-ext-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ldap-bind.php" class="function" rel="rdfs-seeAlso">ldap_bind()</a> - Anmeldung an einem LDAP-Verzeichnis</span></li>
    <li><span class="function"><a href="function.ldap-parse-result.php" class="function" rel="rdfs-seeAlso">ldap_parse_result()</a> - Extrahiert Informationen aus einem Ergebnis</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>