PHP Doku:: Beispiele - ldap.examples.html

Verlauf / Chronik / History: (5) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteLightweight Directory Access ProtocolBeispiele

Ein Service von Reinhard Neidl - Webprogrammierung.

Lightweight Directory Access Protocol

<<Using the PHP LDAP calls

LDAP Such-Beispiel>>


UnterSeiten:

Beispiele

Inhaltsverzeichnis


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
mr dot wolf at thesolver dot net
28.06.2008 0:46
Consider to add a row like:
ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3);
before:
$ds=ldap_connect("localhost");  // must be a valid LDAP server!

if your ldap server if configured to not bind the 2nd version of ldap protocol...
(or add "allow bind_v2" in the server's ldap.conf).



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)