mirror of
https://github.com/php/doc-de.git
synced 2026-03-24 07:12:15 +01:00
1228 lines
33 KiB
XML
1228 lines
33 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- $Revision$ -->
|
||
<!-- EN-Revision: 26c2246aacfdbf8a40cc2ceccc71c6d878571120 Maintainer: hholzgra Status: ready -->
|
||
<appendix xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
&reftitle.constants;
|
||
&extension.constants;
|
||
<variablelist>
|
||
<varlistentry xml:id="constant.ldap-deref-never">
|
||
<term>
|
||
<constant>LDAP_DEREF_NEVER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Alias-Dereferenzierungsregel – Nie.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-deref-searching">
|
||
<term>
|
||
<constant>LDAP_DEREF_SEARCHING</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Alias-Dereferenzierungsregel – Während der Namensauflösung.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-deref-finding">
|
||
<term>
|
||
<constant>LDAP_DEREF_FINDING</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Alias-Dereferenzierungsregel – Nach der Namensauflösung.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-deref-always">
|
||
<term>
|
||
<constant>LDAP_DEREF_ALWAYS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Alias-Dereferenzierungsregel – Immer.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-deref">
|
||
<term>
|
||
<constant>LDAP_OPT_DEREF</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt alternative Regeln für das Verfolgen von Aliasen auf dem Server an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-sizelimit">
|
||
<term>
|
||
<constant>LDAP_OPT_SIZELIMIT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<para>
|
||
Gibt die Höchstanzahl von Einträgen an, die bei einer Suchoperation
|
||
zurückgegeben werden können.
|
||
</para>
|
||
<note>
|
||
<simpara>
|
||
Die tatsächliche Höchstanzahl für Operationen ist auch durch die auf dem
|
||
Server konfigurierte Höchstanzahl von Rückgabe-Einträgen beschränkt. Die
|
||
kleinere dieser beiden Einstellungen ist die tatsächliche Höchstanzahl.
|
||
</simpara>
|
||
</note>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-timelimit">
|
||
<term>
|
||
<constant>LDAP_OPT_TIMELIMIT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt die Anzahl von Sekunden an, für die auf Suchergebnisse gewartet
|
||
werden soll.
|
||
</simpara>
|
||
<note>
|
||
<simpara>
|
||
Die tatsächliche Höchstdauer für Operationen ist auch durch die auf dem
|
||
Server konfigurierte Höchstdauer beschränkt. Die kleinere dieser beiden
|
||
Einstellungen ist die tatsächliche Höchstdauer.
|
||
</simpara>
|
||
</note>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-network-timeout">
|
||
<term>
|
||
<constant>LDAP_OPT_NETWORK_TIMEOUT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Option für <function>ldap_set_option</function> um den Netzwerk-Timeout
|
||
festzulegen (ab PHP 5.3.0).
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-protocol-version">
|
||
<term>
|
||
<constant>LDAP_OPT_PROTOCOL_VERSION</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt das zu verwendende LDAP-Protokoll an (V2 oder V3).
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-error-number">
|
||
<term>
|
||
<constant>LDAP_OPT_ERROR_NUMBER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Die letzte Fehlernummer der Sitzung.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-referrals">
|
||
<term>
|
||
<constant>LDAP_OPT_REFERRALS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt an, ob vom LDAP-Server zurückgegebenen Verweisen automatisch gefolgt
|
||
werden soll.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-restart">
|
||
<term>
|
||
<constant>LDAP_OPT_RESTART</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Bestimmt, ob die Verbindung implizit neu gestartet werden soll oder
|
||
nicht.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-host-name">
|
||
<term>
|
||
<constant>LDAP_OPT_HOST_NAME</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Setzt oder liest eine durch Leerzeichen getrennte Liste von Hosts für
|
||
den Verbindungsversuch.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-error-string">
|
||
<term>
|
||
<constant>LDAP_OPT_ERROR_STRING</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Alias von <constant>LDAP_OPT_DIAGNOSTIC_MESSAGE</constant>.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-diagnostic-message">
|
||
<term>
|
||
<constant>LDAP_OPT_DIAGNOSTIC_MESSAGE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Ermittelt die letzte Fehlermeldung der Sitzung.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-matched-dn">
|
||
<term>
|
||
<constant>LDAP_OPT_MATCHED_DN</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Setzt oder ermittelt den zutreffenden DN, der der Verbindung zugeordnet
|
||
ist.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-server-controls">
|
||
<term>
|
||
<constant>LDAP_OPT_SERVER_CONTROLS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt eine Standardliste von Server-Steuerbefehlen an, die mit jeder
|
||
Anfrage gesendet werden.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-client-controls">
|
||
<term>
|
||
<constant>LDAP_OPT_CLIENT_CONTROLS</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt eine Standardliste von Client-Steuerbefehlen an, die bei jeder
|
||
Anfrage verarbeitet werden.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-debug-level">
|
||
<term>
|
||
<constant>LDAP_OPT_DEBUG_LEVEL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt eine Binärstufe für Debug-Ablaufverfolgung an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-keepalive-idle">
|
||
<term>
|
||
<constant>LDAP_OPT_X_KEEPALIVE_IDLE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt die Anzahl von Sekunden an, für die eine Verbindung inaktiv sein
|
||
muss, bevor TCP beginnt, Keepalive-Pakete zu senden.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-keepalive-probes">
|
||
<term>
|
||
<constant>LDAP_OPT_X_KEEPALIVE_PROBES</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt die Höchstanzahl von Keepalive-Paketen an, die TCP senden soll,
|
||
bevor die Verbindung abgebrochen wird.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-keepalive-interval">
|
||
<term>
|
||
<constant>LDAP_OPT_X_KEEPALIVE_INTERVAL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt die Zeitspanne in Sekunden zwischen einzelnen Keepalive-Paketen an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-cacertdir">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_CACERTDIR</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt den Pfad des Verzeichnisses an, das die CA-Zertifikate enthält.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-cacertfile">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_CACERTFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt den vollständigen Pfad der CA-Zertifikatsdatei an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-certfile">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_CERTFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt den vollständigen Pfad der Zertifikatsdatei an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-cipher-suite">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_CIPHER_SUITE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt die erlaubte Chiffrensammlung an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-crlcheck">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_CRLCHECK</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Legt die CRL-Auswertungsstrategie fest. Entweder
|
||
<constant>LDAP_OPT_X_TLS_CRL_NONE</constant>,
|
||
<constant>LDAP_OPT_X_TLS_CRL_PEER</constant> oder
|
||
<constant>LDAP_OPT_X_TLS_CRL_ALL</constant>.
|
||
</simpara>
|
||
<note>
|
||
<simpara>
|
||
Diese Option ist nur für OpenSSL gültig.
|
||
</simpara>
|
||
</note>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-crlfile">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_CRLFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt den vollständigen Pfad der CRL-Datei an.
|
||
</simpara>
|
||
<note>
|
||
<simpara>
|
||
Diese Option ist nur für GnuTLS gültig.
|
||
</simpara>
|
||
</note>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-dhfile">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_DHFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt den vollständigen Pfad der Datei an, die die Parameter für den
|
||
Ephemeral-Diffie-Hellman-Schlüsselaustausch enthält.
|
||
</simpara>
|
||
<note>
|
||
<simpara>
|
||
Diese Option wird von GnuTLS und Mozilla NSS ignoriert.
|
||
</simpara>
|
||
</note>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-keyfile">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_KEYFILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt den vollständigen Pfad der Zertifikats-Schlüsseldatei an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-min">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_MIN</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt die Mindestprotokolversion an. Entweder
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL2</constant>,
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL3</constant>,
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</constant>,
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant> oder
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant>.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-random-file">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_RANDOM_FILE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Setzt oder ermittelt die Zufallsdatei, wenn eine Standard-Systemdatei
|
||
nicht verfügbar ist.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-require-cert">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_REQUIRE_CERT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt die Zertifikatsprüfungsstrategie an. Entweder
|
||
<constant>LDAP_OPT_X_TLS_NEVER</constant>,
|
||
<constant>LDAP_OPT_X_TLS_HARD</constant>,
|
||
<constant>LDAP_OPT_X_TLS_DEMAND</constant>,
|
||
<constant>LDAP_OPT_X_TLS_ALLOW</constant> oder
|
||
<constant>LDAP_OPT_X_TLS_TRY</constant>.
|
||
Verfügbar seit PHP 7.0.0.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.gslc-ssl-no-auth">
|
||
<term>
|
||
<constant>GSLC_SSL_NO_AUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
SSL-Authentifizierungsmodus – Keine Authentifizierung nötig. (Nur für
|
||
Oracle LDAP)
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.gslc-ssl-oneway-auth">
|
||
<term>
|
||
<constant>GSLC_SSL_ONEWAY_AUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
SSL-Authentifizierungsmodus – Nur Serverauthentifizierung nötig. (Nur für
|
||
Oracle LDAP)
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.gslc-ssl-twoway-auth">
|
||
<term>
|
||
<constant>GSLC_SSL_TWOWAY_AUTH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
SSL-Authentifizierungsmodus – Sowohl Server- als auch
|
||
Clientauthentifizierung nötig. (Nur für Oracle LDAP)
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-exop-start-tls">
|
||
<term>
|
||
<constant>LDAP_EXOP_START_TLS</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante des erweiterten Betriebs - Start TLS
|
||
(<link xlink:href="&url.rfc;4511">RFC 4511</link>).
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-exop-modify-passwd">
|
||
<term>
|
||
<constant>LDAP_EXOP_MODIFY_PASSWD</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante des erweiterten Betriebs - Passwort ändern
|
||
(<link xlink:href="&url.rfc;3062">RFC 3062</link>).
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-exop-refresh">
|
||
<term>
|
||
<constant>LDAP_EXOP_REFRESH</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante des erweiterten Betriebs - Aktualisieren
|
||
(<link xlink:href="&url.rfc;2589">RFC 2589</link>).
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-exop-who-am-i">
|
||
<term>
|
||
<constant>LDAP_EXOP_WHO_AM_I</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante des erweiterten Betriebs - WHOAMI
|
||
(<link xlink:href="&url.rfc;4532">RFC 4532</link>).
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-exop-turn">
|
||
<term>
|
||
<constant>LDAP_EXOP_TURN</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante des erweiterten Betriebs - Umkehren
|
||
(<link xlink:href="&url.rfc;4531">RFC 4531</link>).
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-control-managedsait">
|
||
<term>
|
||
<constant>LDAP_CONTROL_MANAGEDSAIT</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - DSA IT verwalten
|
||
(<link xlink:href="&url.rfc;3296">RFC 3296</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-proxy-authz">
|
||
<term>
|
||
<constant>LDAP_CONTROL_PROXY_AUTHZ</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Proxy-Autorisierung
|
||
(<link xlink:href="&url.rfc;4730">RFC 4370</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-subentries">
|
||
<term>
|
||
<constant>LDAP_CONTROL_SUBENTRIES</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Untereinträge
|
||
(<link xlink:href="&url.rfc;3672">RFC 3672</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-valuesreturnfilter">
|
||
<term>
|
||
<constant>LDAP_CONTROL_VALUESRETURNFILTER</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Rückgabewerte filtern
|
||
(<link xlink:href="&url.rfc;3876">RFC 3876</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-assert">
|
||
<term>
|
||
<constant>LDAP_CONTROL_ASSERT</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Bestätigung
|
||
(<link xlink:href="&url.rfc;45282">RFC 4528</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-pre-read">
|
||
<term>
|
||
<constant>LDAP_CONTROL_PRE_READ</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Vor dem Lesen
|
||
(<link xlink:href="&url.rfc;4527">RFC 4527</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-post-read">
|
||
<term>
|
||
<constant>LDAP_CONTROL_POST_READ</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Nach dem Lesen
|
||
(<link xlink:href="&url.rfc;4527">RFC 4527</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-sortrequest">
|
||
<term>
|
||
<constant>LDAP_CONTROL_SORTREQUEST</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Sortieranforderung
|
||
(<link xlink:href="&url.rfc;2891">RFC 2891</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-sortresponse">
|
||
<term>
|
||
<constant>LDAP_CONTROL_SORTRESPONSE</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Sortierantwort
|
||
(<link xlink:href="&url.rfc;2891">RFC 2891</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-pagedresults">
|
||
<term>
|
||
<constant>LDAP_CONTROL_PAGEDRESULTS</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Ergebnisse seitenweise
|
||
(<link xlink:href="&url.rfc;2696">RFC 2696</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-authzid-request">
|
||
<term>
|
||
<constant>LDAP_CONTROL_AUTHZID_REQUEST</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Anfrage zur Identitätsautorisierung
|
||
(<link xlink:href="&url.rfc;3829">RFC 3829</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-authzid-response">
|
||
<term>
|
||
<constant>LDAP_CONTROL_AUTHZID_RESPONSE</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Antwort zur Identitätsautorisierung
|
||
(<link xlink:href="&url.rfc;3829">RFC 3829</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-sync">
|
||
<term>
|
||
<constant>LDAP_CONTROL_SYNC</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Synchronisationsvorgang des Inhalts
|
||
(<link xlink:href="&url.rfc;4533">RFC 4533</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-sync-state">
|
||
<term>
|
||
<constant>LDAP_CONTROL_SYNC_STATE</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Status der Inhaltssynchronisation
|
||
(<link xlink:href="&url.rfc;4533">RFC 4533</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-sync-done">
|
||
<term>
|
||
<constant>LDAP_CONTROL_SYNC_DONE</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Synchronisationsvorgang des Inhalts
|
||
abgeschlossen (<link xlink:href="&url.rfc;4533">RFC 4533</link>).
|
||
Verfügbar von PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-dontusecopy">
|
||
<term>
|
||
<constant>LDAP_CONTROL_DONTUSECOPY</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Keine Kopie verwenden
|
||
(<link xlink:href="&url.rfc;6171">RFC 6171</link>). Verfügbar von PHP
|
||
7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-passwordpolicyrequest">
|
||
<term>
|
||
<constant>LDAP_CONTROL_PASSWORDPOLICYREQUEST</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Anforderung der Kennwortrichtlinie. Verfügbar
|
||
von PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-passwordpolicyresponse">
|
||
<term>
|
||
<constant>LDAP_CONTROL_PASSWORDPOLICYRESPONSE</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Antwort der Passwortrichtlinie. Verfügbar von
|
||
PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-x-incremental-values">
|
||
<term>
|
||
<constant>LDAP_CONTROL_X_INCREMENTAL_VALUES</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Inkrementelle Werte des aktiven Verzeichnisses.
|
||
Verfügbar von PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-x-domain-scope">
|
||
<term>
|
||
<constant>LDAP_CONTROL_X_DOMAIN_SCOPE</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Bereich der Domäne des aktiven Verzeichnisses.
|
||
Verfügbar von PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-x-permissive-modify">
|
||
<term>
|
||
<constant>LDAP_CONTROL_X_PERMISSIVE_MODIFY</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Berechtigung zum Ändern des aktiven
|
||
Verzeichnisses. Verfügbar von PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-x-search-options">
|
||
<term>
|
||
<constant>LDAP_CONTROL_X_SEARCH_OPTIONS</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Suchoptionen für das aktive Verzeichnis.
|
||
Verfügbar von PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-x-tree-delete">
|
||
<term>
|
||
<constant>LDAP_CONTROL_X_TREE_DELETE</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Löschen eines Baums aus dem aktiven
|
||
Verzeichnis. Verfügbar von PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-x-extended-dn">
|
||
<term>
|
||
<constant>LDAP_CONTROL_X_EXTENDED_DN</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Erweiterter DN des Aktiven Verzeichnisses.
|
||
Verfügbar von PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-vlvrequest">
|
||
<term>
|
||
<constant>LDAP_CONTROL_VLVREQUEST</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Anforderung der virtuellen Listenansicht.
|
||
Verfügbar von PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-control-vlvresponse">
|
||
<term>
|
||
<constant>LDAP_CONTROL_VLVRESPONSE</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Konstante zur Steuerung - Antwort der virtuellen Listenansicht. Verfügbar
|
||
von PHP 7.3.0 an.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-escape-dn">
|
||
<term>
|
||
<constant>LDAP_ESCAPE_DN</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Maskiert eine Zeichenkette zur Verwendung in einem LDAP-DN.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-escape-filter">
|
||
<term>
|
||
<constant>LDAP_ESCAPE_FILTER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Maskiert eine Zeichenkette zur Verwendung in einem LDAP-Filter.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-modify-batch-attrib">
|
||
<term>
|
||
<constant>LDAP_MODIFY_BATCH_ATTRIB</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Der Schlüssel des Modifikationsarrays, der die Attribute enthält:
|
||
<literal>attrib</literal>.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-modify-batch-modtype">
|
||
<term>
|
||
<constant>LDAP_MODIFY_BATCH_MODTYPE</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Der Schlüssel des Modifikationsarrays, der die Art der Modifikation enthält:
|
||
<literal>modtype</literal>.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-modify-batch-values">
|
||
<term>
|
||
<constant>LDAP_MODIFY_BATCH_VALUES</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Der Schlüssel des Modifikationsarrays, der die Werte enthält:
|
||
<literal>values</literal>.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-modify-batch-add">
|
||
<term>
|
||
<constant>LDAP_MODIFY_BATCH_ADD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Fügt Werte zu einem Attribut eines LDAP-Eintrags hinzu.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-modify-batch-remove">
|
||
<term>
|
||
<constant>LDAP_MODIFY_BATCH_REMOVE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Entfernt Werte aus einem Attribut eines LDAP-Eintrags.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-modify-batch-remove-all">
|
||
<term>
|
||
<constant>LDAP_MODIFY_BATCH_REMOVE_ALL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Entfernt alle Werte aus einem Attribut eines LDAP-Eintrags.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-modify-batch-replace">
|
||
<term>
|
||
<constant>LDAP_MODIFY_BATCH_REPLACE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Ersetzt alle aktuellen Werte eines LDAP-Eintragsattributs durch die
|
||
angegebenen Werte.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-opt-timeout">
|
||
<term>
|
||
<constant>LDAP_OPT_TIMEOUT</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt das Zeitlimit (in Sekunden) an, nach dem Aufrufe an synchrone
|
||
LDAP-APIs abgebrochen werden, wenn keine Antwort empfangen wird.
|
||
Diese Option bestimmt auch das Zeitlimit für die Kommunikation mit dem KDC
|
||
im Falle einer SASL-Bindung.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-opt-x-sasl-authcid">
|
||
<term>
|
||
<constant>LDAP_OPT_X_SASL_AUTHCID</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt die SASL-Authentifizierungs-ID zurück.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-sasl-authzid">
|
||
<term>
|
||
<constant>LDAP_OPT_X_SASL_AUTHZID</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt die SASL- Autorisierungs-ID zurück.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-sasl-mech">
|
||
<term>
|
||
<constant>LDAP_OPT_X_SASL_MECH</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt den SASL-Mechanismus zurück.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-sasl-nocanon">
|
||
<term>
|
||
<constant>LDAP_OPT_X_SASL_NOCANON</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Setzt/liest das Flag <literal>NOCANON</literal>.
|
||
Wenn es nicht gesetzt ist, wird der Hostname kanonisiert.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-sasl-realm">
|
||
<term>
|
||
<constant>LDAP_OPT_X_SASL_REALM</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt den SASL-Bereich zurück.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-sasl-username">
|
||
<term>
|
||
<constant>LDAP_OPT_X_SASL_USERNAME</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt den SASL-Benutzernamen zurück.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-allow">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_ALLOW</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Fordert das Zertifikat der Gegenstelle an.
|
||
Wird kein Zertifikat übermittelt, wird die Sitzung normal fortgesetzt.
|
||
Wird ein fehlerhaftes Zertifikat übermittelt, wird es ignoriert und die
|
||
Sitzung normal fortgesetzt.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-demand">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_DEMAND</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Fordert das Zertifikat der Gegenstelle an.
|
||
Wird kein oder ein fehlerhaftes Zertifikat übermittelt, wird die Sitzung
|
||
sofort abgebrochen.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-hard">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_HARD</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
&Alias; von <constant>LDAP_OPT_X_TLS_DEMAND</constant>.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-never">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_NEVER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Das Zertifikat der Gegenstelle wird nicht angefordert oder geprüft.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-try">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_TRY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Fordert das Zertifikat der Gegenstelle an.
|
||
Wird kein Zertifikat übermittelt, wird die Sitzung normal fortgesetzt.
|
||
Wird ein fehlerhaftes Zertifikat übermittelt, wird die Sitzung sofort
|
||
abgebrochen.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-crl-all">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_CRL_ALL</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Durchsucht die CRL wird nach einer kompletten Zertifikatskette.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-crl-none">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_CRL_NONE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Es werden keine Überprüfungen der CRL durchgeführt.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-crl-peer">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_CRL_PEER</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Durchsucht die CRL wird nach dem Zertifikat der Gegenstelle.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-package">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_PACKAGE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Gibt den Namen der zugrundeliegenden TLS-Implementierung zurück.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-ssl2">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL2</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Das SSL-2.0-Protokoll.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-ssl3">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL3</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Das SSL-3-Protokoll.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-tls1-0">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Das SSL-1.0-Protokoll.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-tls1-1">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Das TLS-1.1-Protokoll.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-tls1-2">
|
||
<term>
|
||
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Das TLS-1.2-Protokoll.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
</variablelist>
|
||
</appendix>
|
||
<!-- Keep this comment at the end of the file
|
||
Local variables:
|
||
mode: sgml
|
||
sgml-omittag:t
|
||
sgml-shorttag:t
|
||
sgml-minimize-attributes:nil
|
||
sgml-always-quote-attributes:t
|
||
sgml-indent-step:1
|
||
sgml-indent-data:t
|
||
indent-tabs-mode:nil
|
||
sgml-parent-document:nil
|
||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
sgml-exposed-tags:nil
|
||
sgml-local-catalogs:nil
|
||
sgml-local-ecat-files:nil
|
||
End:
|
||
-->
|