Changes

PHP Extensions

88 bytes added, 19:18, 27 April 2014
/* LDAP Session Control */
== LDAP Session Control ==
[http://tools.ietf.org/html/rfc4511 RFC4511] The implementation of the assertion control creation is complete, but controls must can currently only be added passed to more PHP LDAP the add/modify/replace/delete functions to make it useful.
The idea of this control is the possibility of tracking the queries made in the LDAP for a given session in the application:
"description" => "Domain description",
);
 
$ip = "127.0.0.1";
$
$control = ldap_control_session_tracking($link, "127.0.0.1", "localhost", LDAP_CONTROL_X_SESSION_TRACKING_USERNAME, "testuser");
Bureaucrat, administrator
425
edits