<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ldap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'ldap.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.ldap.php',
    1 => 'LDAP',
  ),
  'prev' => 
  array (
    0 => 'ldap.resources.php',
    1 => 'Types de ressources',
  ),
  'next' => 
  array (
    0 => 'ldap.using.php',
    1 => 'Utiliser les fonctions LDAP de PHP',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/ldap/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ldap.constants" class="appendix">
 <h1 class="title">Constantes pré-définies</h1>

 <p class="simpara">Ces constantes sont définies par cette
extension, et ne sont disponibles que si cette extension a été compilée avec
PHP, ou bien chargée au moment de l&#039;exécution.</p>
 <dl>
  
   <dt id="constant.ldap-deref-never">
    <strong><code><a href="ldap.constants.php#constant.ldap-deref-never">LDAP_DEREF_NEVER</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Règle de déréférencement d&#039;alias - Jamais.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-deref-searching">
    <strong><code><a href="ldap.constants.php#constant.ldap-deref-searching">LDAP_DEREF_SEARCHING</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Règle de déréférencement d&#039;alias - Rechercher.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-deref-finding">
    <strong><code><a href="ldap.constants.php#constant.ldap-deref-finding">LDAP_DEREF_FINDING</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Règle de déréférencement d&#039;alias - Trouver.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-deref-always">
    <strong><code><a href="ldap.constants.php#constant.ldap-deref-always">LDAP_DEREF_ALWAYS</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Règle de déréférencement d&#039;alias - Toujours.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-deref">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-deref">LDAP_OPT_DEREF</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Applique des règles alternatives pour suivre les alias sur le serveur.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-sizelimit">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-sizelimit">LDAP_OPT_SIZELIMIT</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
   <p class="para">
     Spécifie le nombre maximum d&#039;entrées qui peuvent être retournées
     d&#039;une position de recherche.
    </p>
    <blockquote class="note"><p><strong class="note">Note</strong>: 
     <span class="simpara">
      La limite réelle peut aussi être donnée du côté du serveur.
      La plus petite des deux sera celle utilisée.
     </span>
    </p></blockquote>
   </dd>
  
  
   <dt id="constant.ldap-opt-timelimit">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-timelimit">LDAP_OPT_TIMELIMIT</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le nombre de secondes à attendre les résultats de recherche.
    </span>
    <blockquote class="note"><p><strong class="note">Note</strong>: 
     <span class="simpara">
      La limite réelle peut aussi être donnée du côté du serveur.
      La plus petite des deux sera celle utilisée.
     </span>
    </p></blockquote>
   </dd>
  
  
   <dt id="constant.ldap-opt-network-timeout">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-network-timeout">LDAP_OPT_NETWORK_TIMEOUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Option pour <span class="function"><a href="function.ldap-set-option.php" class="function">ldap_set_option()</a></span> qui permet de définir le timeout.
     (Disponible à partir de PHP 5.3.0)
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-protocol-version">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-protocol-version">LDAP_OPT_PROTOCOL_VERSION</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la version du protocole LDAP à utiliser (V2 ou V3).
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-error-number">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-error-number">LDAP_OPT_ERROR_NUMBER</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Dernier numéro d&#039;erreur de session.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-referrals">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-referrals">LDAP_OPT_REFERRALS</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie si oui ou non suivre les referrals retournés par le serveur.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-restart">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-restart">LDAP_OPT_RESTART</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Détermine si la connexion doit ou non être redémarrée implicitement.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-host-name">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-host-name">LDAP_OPT_HOST_NAME</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Définit/obtient les hôtes séparés par un espace lorsqu&#039;on essaie de se connecter.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-error-string">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-error-string">LDAP_OPT_ERROR_STRING</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Alias de <strong><code><a href="ldap.constants.php#constant.ldap-opt-diagnostic-message">LDAP_OPT_DIAGNOSTIC_MESSAGE</a></code></strong>.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-diagnostic-message">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-diagnostic-message">LDAP_OPT_DIAGNOSTIC_MESSAGE</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Obtient le dernier message d&#039;erreur de session.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-matched-dn">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-matched-dn">LDAP_OPT_MATCHED_DN</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Définit/obtient le DN associé correspondant à la connexion.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-server-controls">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-server-controls">LDAP_OPT_SERVER_CONTROLS</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie une liste de contrôles serveurs à envoyer avec chaque requête.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-client-controls">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-client-controls">LDAP_OPT_CLIENT_CONTROLS</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie une liste de contrôles clients à envoyer avec chaque requête.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-debug-level">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-debug-level">LDAP_OPT_DEBUG_LEVEL</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie un niveau pour les traces de débogage, sous forme de masque de bits.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-keepalive-idle">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-keepalive-idle">LDAP_OPT_X_KEEPALIVE_IDLE</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le nombre de secondes pendant lesquelles une connexion doit rester 
     inactive avant que TCP ne commence à envoyer des sondes KeepAlive.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-keepalive-probes">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-keepalive-probes">LDAP_OPT_X_KEEPALIVE_PROBES</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le nombre maximal de sondes KeepAlive que TCP doit envoyer avant 
     de supprimer la connexion.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-keepalive-interval">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-keepalive-interval">LDAP_OPT_X_KEEPALIVE_INTERVAL</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie l&#039;intervalle en secondes entre deux sondes KeepAlive.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-cacertdir">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-cacertdir">LDAP_OPT_X_TLS_CACERTDIR</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le chemin d&#039;accès du répertoire contenant les certificats 
     d&#039;autorité de certification.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-cacertfile">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-cacertfile">LDAP_OPT_X_TLS_CACERTFILE</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le chemin d&#039;accès complet du fichier de certificat de 
     l&#039;autorité de certification.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-certfile">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-certfile">LDAP_OPT_X_TLS_CERTFILE</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le chemin d&#039;accès complet du fichier de certificat.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-cipher-suite">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-cipher-suite">LDAP_OPT_X_TLS_CIPHER_SUITE</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la suite de chiffrement autorisée.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-crlcheck">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-crlcheck">LDAP_OPT_X_TLS_CRLCHECK</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la stratégie d&#039;évaluation des CRL. Ce doit être l&#039;une des valeurs suivantes : <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-crl-none">LDAP_OPT_X_TLS_CRL_NONE</a></code></strong>,<strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-crl-peer">LDAP_OPT_X_TLS_CRL_PEER</a></code></strong>, <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-crl-all">LDAP_OPT_X_TLS_CRL_ALL</a></code></strong>.
    </span>
    <blockquote class="note"><p><strong class="note">Note</strong>: 
     <span class="simpara">
      Valide uniquement pour OpenSSL.
     </span>
    </p></blockquote>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-crlfile">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-crlfile">LDAP_OPT_X_TLS_CRLFILE</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le chemin d&#039;accès complet du fichier CRL.
    </span>
    <blockquote class="note"><p><strong class="note">Note</strong>: 
     <span class="simpara">
      Valide uniquement pour GnuTLS.
     </span>
    </p></blockquote>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-dhfile">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-dhfile">LDAP_OPT_X_TLS_DHFILE</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le chemin d&#039;accès complet du fichier contenant les paramètres de l&#039;échange de clés éphémères Diffie-Hellman.
    </span>
    <blockquote class="note"><p><strong class="note">Note</strong>: 
     <span class="simpara">
      Cette option est ignorée par GnuTLS et Mozilla NSS.
     </span>
    </p></blockquote>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-keyfile">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-keyfile">LDAP_OPT_X_TLS_KEYFILE</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le chemin d&#039;accès complet du fichier de clé du certificat.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-protocol-min">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-min">LDAP_OPT_X_TLS_PROTOCOL_MIN</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la version minimum du protocole. Cela peut être l&#039;une des valeurs 
     suivantes : <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-ssl2">LDAP_OPT_X_TLS_PROTOCOL_SSL2</a></code></strong>,<strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-ssl3">LDAP_OPT_X_TLS_PROTOCOL_SSL3</a></code></strong>, <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-tls1-0">LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</a></code></strong>, <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-tls1-1">LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</a></code></strong>, <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-tls1-2">LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</a></code></strong>
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-random-file">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-random-file">LDAP_OPT_X_TLS_RANDOM_FILE</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Définit/obtient le fichier aléatoire lorsque l&#039;une des valeurs par défaut du système n&#039;est pas disponible.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-require-cert">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-require-cert">LDAP_OPT_X_TLS_REQUIRE_CERT</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la stratégie de vérification des certificats. Ce doit être l&#039;une 
     des valeurs suivantes : <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-never">LDAP_OPT_X_TLS_NEVER</a></code></strong>,<strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-hard">LDAP_OPT_X_TLS_HARD</a></code></strong>, <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-demand">LDAP_OPT_X_TLS_DEMAND</a></code></strong>,
<strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-allow">LDAP_OPT_X_TLS_ALLOW</a></code></strong>, <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-try">LDAP_OPT_X_TLS_TRY</a></code></strong>.
     (Disponible à partir de PHP  7.0.0)
    </span>
   </dd>
  
  
   <dt id="constant.gslc-ssl-no-auth">
    <strong><code><a href="ldap.constants.php#constant.gslc-ssl-no-auth">GSLC_SSL_NO_AUTH</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Mode d&#039;authentification SSL - Aucune authentification requise. (uniquement 
     pour Oracle LDAP)
    </span>
   </dd>
  
  
   <dt id="constant.gslc-ssl-oneway-auth">
    <strong><code><a href="ldap.constants.php#constant.gslc-ssl-oneway-auth">GSLC_SSL_ONEWAY_AUTH</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Mode d&#039;authentification SSL - Seule l&#039;authentification du serveur est 
     requise. (uniquement pour Oracle LDAP)
    </span>
   </dd>
  
  
   <dt id="constant.gslc-ssl-twoway-auth">
    <strong><code><a href="ldap.constants.php#constant.gslc-ssl-twoway-auth">GSLC_SSL_TWOWAY_AUTH</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Mode d&#039;authentification SSL - Authentification du serveur et du client 
     requise. (uniquement pour Oracle LDAP)
    </span>
   </dd>
  
  
   <dt id="constant.ldap-exop-start-tls">
    <strong><code><a href="ldap.constants.php#constant.ldap-exop-start-tls">LDAP_EXOP_START_TLS</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constantes des opérations étendues - Démarrer TLS (<a href="https://datatracker.ietf.org/doc/html/rfc4511" class="link external">&raquo;&nbsp;RFC 4511</a>).
    </span>
   </dd>
  
  
   <dt id="constant.ldap-exop-modify-passwd">
    <strong><code><a href="ldap.constants.php#constant.ldap-exop-modify-passwd">LDAP_EXOP_MODIFY_PASSWD</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constantes des opérations étendues - Modifier le mot de passe (<a href="https://datatracker.ietf.org/doc/html/rfc3062" class="link external">&raquo;&nbsp;RFC 3062</a>).
    </span>
   </dd>
  
  
   <dt id="constant.ldap-exop-refresh">
    <strong><code><a href="ldap.constants.php#constant.ldap-exop-refresh">LDAP_EXOP_REFRESH</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constantes des opérations étendues - Actualiser (<a href="https://datatracker.ietf.org/doc/html/rfc2589" class="link external">&raquo;&nbsp;RFC 2589</a>).
    </span>
   </dd>
  
  
   <dt id="constant.ldap-exop-who-am-i">
    <strong><code><a href="ldap.constants.php#constant.ldap-exop-who-am-i">LDAP_EXOP_WHO_AM_I</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constantes des opérations étendues - WHOAMI (<a href="https://datatracker.ietf.org/doc/html/rfc4532" class="link external">&raquo;&nbsp;RFC 4532</a>).
    </span>
   </dd>
  
  
   <dt id="constant.ldap-exop-turn">
    <strong><code><a href="ldap.constants.php#constant.ldap-exop-turn">LDAP_EXOP_TURN</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constantes des opérations étendues - Tourner (<a href="https://datatracker.ietf.org/doc/html/rfc4531" class="link external">&raquo;&nbsp;RFC 4531</a>).
    </span>
   </dd>
  

  
   <dt id="constant.ldap-control-managedsait">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-managedsait">LDAP_CONTROL_MANAGEDSAIT</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Gère DSA IT (<a href="https://datatracker.ietf.org/doc/html/rfc3296" class="link external">&raquo;&nbsp;RFC 3296</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-proxy-authz">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-proxy-authz">LDAP_CONTROL_PROXY_AUTHZ</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Autorisation par Procuration (<a href="https://datatracker.ietf.org/doc/html/rfc4730" class="link external">&raquo;&nbsp;RFC 4370</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-subentries">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-subentries">LDAP_CONTROL_SUBENTRIES</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Sous-entrée (<a href="https://datatracker.ietf.org/doc/html/rfc3672" class="link external">&raquo;&nbsp;RFC 3672</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-valuesreturnfilter">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-valuesreturnfilter">LDAP_CONTROL_VALUESRETURNFILTER</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Filtre valeur retourné (<a href="https://datatracker.ietf.org/doc/html/rfc3876" class="link external">&raquo;&nbsp;RFC 3876</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-assert">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-assert">LDAP_CONTROL_ASSERT</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Assertion (<a href="https://datatracker.ietf.org/doc/html/rfc4528" class="link external">&raquo;&nbsp;RFC 4528</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-pre-read">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-pre-read">LDAP_CONTROL_PRE_READ</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Avant lecture (<a href="https://datatracker.ietf.org/doc/html/rfc4527" class="link external">&raquo;&nbsp;RFC 4527</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-post-read">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-post-read">LDAP_CONTROL_POST_READ</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Après lecture (<a href="https://datatracker.ietf.org/doc/html/rfc4527" class="link external">&raquo;&nbsp;RFC 4527</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-sortrequest">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-sortrequest">LDAP_CONTROL_SORTREQUEST</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Demande de tri (<a href="https://datatracker.ietf.org/doc/html/rfc2891" class="link external">&raquo;&nbsp;RFC 2891</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-sortresponse">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-sortresponse">LDAP_CONTROL_SORTRESPONSE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Réponse de tri (<a href="https://datatracker.ietf.org/doc/html/rfc2891" class="link external">&raquo;&nbsp;RFC 2891</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-pagedresults">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-pagedresults">LDAP_CONTROL_PAGEDRESULTS</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Résultats paginés (<a href="https://datatracker.ietf.org/doc/html/rfc2696" class="link external">&raquo;&nbsp;RFC 2696</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-authzid-request">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-authzid-request">LDAP_CONTROL_AUTHZID_REQUEST</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Demande d&#039;Autorisation d&#039;Identité (<a href="https://datatracker.ietf.org/doc/html/rfc3829" class="link external">&raquo;&nbsp;RFC 3829</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-authzid-response">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-authzid-response">LDAP_CONTROL_AUTHZID_RESPONSE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Réponse d&#039;Autorisation d&#039;Identité (<a href="https://datatracker.ietf.org/doc/html/rfc3829" class="link external">&raquo;&nbsp;RFC 3829</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-sync">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-sync">LDAP_CONTROL_SYNC</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Opération de Synchronisation du Contenu (<a href="https://datatracker.ietf.org/doc/html/rfc4533" class="link external">&raquo;&nbsp;RFC 4533</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-sync-state">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-sync-state">LDAP_CONTROL_SYNC_STATE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - État de l&#039;Opération de Synchronisation du Contenu (<a href="https://datatracker.ietf.org/doc/html/rfc4533" class="link external">&raquo;&nbsp;RFC 4533</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-sync-done">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-sync-done">LDAP_CONTROL_SYNC_DONE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Opération de Synchronisation du Contenu Faite (<a href="https://datatracker.ietf.org/doc/html/rfc4533" class="link external">&raquo;&nbsp;RFC 4533</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-dontusecopy">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-dontusecopy">LDAP_CONTROL_DONTUSECOPY</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - N&#039;utiliser pas Copier (<a href="https://datatracker.ietf.org/doc/html/rfc6171" class="link external">&raquo;&nbsp;RFC 6171</a>).
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-passwordpolicyrequest">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-passwordpolicyrequest">LDAP_CONTROL_PASSWORDPOLICYREQUEST</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Demande de la politique de mot de passe.
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-passwordpolicyresponse">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-passwordpolicyresponse">LDAP_CONTROL_PASSWORDPOLICYRESPONSE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Réponse de la politique de mot de passe.
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-x-incremental-values">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-x-incremental-values">LDAP_CONTROL_X_INCREMENTAL_VALUES</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Valeurs incrémentales d&#039;Active Directory.
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-x-domain-scope">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-x-domain-scope">LDAP_CONTROL_X_DOMAIN_SCOPE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Portée du domaine d&#039;Active Directory
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-x-permissive-modify">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-x-permissive-modify">LDAP_CONTROL_X_PERMISSIVE_MODIFY</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Permission de modification d&#039;Active Directory.
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-x-search-options">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-x-search-options">LDAP_CONTROL_X_SEARCH_OPTIONS</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Option de recherche d&#039;Active Directory.
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-x-tree-delete">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-x-tree-delete">LDAP_CONTROL_X_TREE_DELETE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Suppression de l&#039;arbre d&#039;Active Directory.
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-x-extended-dn">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-x-extended-dn">LDAP_CONTROL_X_EXTENDED_DN</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Dossier actif étendu DN.
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-vlvrequest">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-vlvrequest">LDAP_CONTROL_VLVREQUEST</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Liste Virtuelle de Requête de Vue.
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-control-vlvresponse">
    <strong><code><a href="ldap.constants.php#constant.ldap-control-vlvresponse">LDAP_CONTROL_VLVRESPONSE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Constante de contrôle - Liste Virtuelle de Réponse de Vue.
     Disponible à partir de PHP  7.3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-escape-dn">
    <strong><code><a href="ldap.constants.php#constant.ldap-escape-dn">LDAP_ESCAPE_DN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Échapper une chaîne de caractères pour une utilisation dans un DN LDAP.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-escape-filter">
    <strong><code><a href="ldap.constants.php#constant.ldap-escape-filter">LDAP_ESCAPE_FILTER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Échapper une chaîne de caractères pour une utilisation dans un filtre LDAP.
    </span>
   </dd>
  

  
   <dt id="constant.ldap-modify-batch-attrib">
    <strong><code><a href="ldap.constants.php#constant.ldap-modify-batch-attrib">LDAP_MODIFY_BATCH_ATTRIB</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La clé du tableau de modifications contenant les attributs :
     <code class="literal">attrib</code>.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-modify-batch-modtype">
    <strong><code><a href="ldap.constants.php#constant.ldap-modify-batch-modtype">LDAP_MODIFY_BATCH_MODTYPE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La clé du tableau de modifications contenant le type de modification :
     <code class="literal">modtype</code>.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-modify-batch-values">
    <strong><code><a href="ldap.constants.php#constant.ldap-modify-batch-values">LDAP_MODIFY_BATCH_VALUES</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La clé du tableau de modifications contenant les valeurs :
     <code class="literal">values</code>.
    </span>
   </dd>
  

  
   <dt id="constant.ldap-modify-batch-add">
    <strong><code><a href="ldap.constants.php#constant.ldap-modify-batch-add">LDAP_MODIFY_BATCH_ADD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Ajouter des valeurs à un attribut d&#039;une entrée LDAP.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-modify-batch-remove">
    <strong><code><a href="ldap.constants.php#constant.ldap-modify-batch-remove">LDAP_MODIFY_BATCH_REMOVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Supprimer des valeurs d&#039;un attribut d&#039;une entrée LDAP.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-modify-batch-remove-all">
    <strong><code><a href="ldap.constants.php#constant.ldap-modify-batch-remove-all">LDAP_MODIFY_BATCH_REMOVE_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Supprimer toutes les valeurs d&#039;un attribut d&#039;une entrée LDAP.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-modify-batch-replace">
    <strong><code><a href="ldap.constants.php#constant.ldap-modify-batch-replace">LDAP_MODIFY_BATCH_REPLACE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Remplacer toutes les valeurs actuelles d&#039;un attribut d&#039;une entrée LDAP par les valeurs spécifiées.
    </span>
   </dd>
  

  
   <dt id="constant.ldap-opt-timeout">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-timeout">LDAP_OPT_TIMEOUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie un délai d&#039;expiration (en secondes) après lequel les appels aux API LDAP synchrones
     seront abandonnés si aucune réponse n&#039;est reçue.
     Contrôle également le délai d&#039;expiration lors de la communication avec le KDC en cas de liaison SASL.
    </span>
   </dd>
  

  
   <dt id="constant.ldap-opt-x-sasl-authcid">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-sasl-authcid">LDAP_OPT_X_SASL_AUTHCID</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Retourne l&#039;identité d&#039;authentification SASL.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-sasl-authzid">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-sasl-authzid">LDAP_OPT_X_SASL_AUTHZID</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Retourne l&#039;identité d&#039;autorisation SASL.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-sasl-mech">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-sasl-mech">LDAP_OPT_X_SASL_MECH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Retourne le mécanisme SASL.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-sasl-nocanon">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-sasl-nocanon">LDAP_OPT_X_SASL_NOCANON</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Définir/obtenir le drapeau <code class="literal">NOCANON</code>.
     Lorsqu&#039;il n&#039;est pas défini, le nom d&#039;hôte est canonisé.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-sasl-realm">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-sasl-realm">LDAP_OPT_X_SASL_REALM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Retourne le royaume SASL.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-sasl-username">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-sasl-username">LDAP_OPT_X_SASL_USERNAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Retourne le nom d&#039;utilisateur SASL.
    </span>
   </dd>
  

  
   <dt id="constant.ldap-opt-x-tls-allow">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-allow">LDAP_OPT_X_TLS_ALLOW</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le certificat du pair est demandé.
     Si aucun certificat n&#039;est fourni, la session se poursuit normalement.
     Si un mauvais certificat est fourni,
     il sera ignoré et la session se poursuit normalement.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-demand">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-demand">LDAP_OPT_X_TLS_DEMAND</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le certificat du pair est demandé.
     Si aucun certificat n&#039;est fourni, ou si un mauvais certificat est fourni,
     la session est immédiatement terminée.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-hard">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-hard">LDAP_OPT_X_TLS_HARD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Alias de <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-demand">LDAP_OPT_X_TLS_DEMAND</a></code></strong>.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-never">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-never">LDAP_OPT_X_TLS_NEVER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le certificat du pair n&#039;est ni demandé ni vérifié.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-try">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-try">LDAP_OPT_X_TLS_TRY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le certificat du pair est demandé.
     Si aucun certificat n&#039;est fourni, la session se poursuit normalement.
     Si un mauvais certificat est fourni, la session est immédiatement terminée.
    </span>
   </dd>
  

   <dt id="constant.ldap-opt-x-tls-crl-all">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-crl-all">LDAP_OPT_X_TLS_CRL_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Vérifier la liste de révocation des certificats (CRL) pour l&#039;ensemble de la chaîne de certificats.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-crl-none">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-crl-none">LDAP_OPT_X_TLS_CRL_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Aucune vérification de la CRL n&#039;est effectuée.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-crl-peer">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-crl-peer">LDAP_OPT_X_TLS_CRL_PEER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Vérifier la CRL du certificat du pair.
    </span>
   </dd>
  

  
   <dt id="constant.ldap-opt-x-tls-package">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-package">LDAP_OPT_X_TLS_PACKAGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Retourne le nom de l&#039;implémentation TLS sous-jacente.
    </span>
   </dd>
  

  
   <dt id="constant.ldap-opt-x-tls-protocol-ssl2">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-ssl2">LDAP_OPT_X_TLS_PROTOCOL_SSL2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le protocole SSL 2.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-protocol-ssl3">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-ssl3">LDAP_OPT_X_TLS_PROTOCOL_SSL3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le protocole SSL 3.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-protocol-tls1-0">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-tls1-0">LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le protocole TLS 1.0.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-protocol-tls1-1">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-tls1-1">LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le protocole TLS 1.1.
    </span>
   </dd>
  
  
   <dt id="constant.ldap-opt-x-tls-protocol-tls1-2">
    <strong><code><a href="ldap.constants.php#constant.ldap-opt-x-tls-protocol-tls1-2">LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le protocole TLS 1.2.
    </span>
   </dd>
  

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