Blesta Source Documentation

Ldap

Ldap implementation

TODO: for reference: https://github.com/joomla/joomla-platform/blob/master/libraries/joomla/client/ldap.php http://www.phpclasses.org/browse/file/35003.html

Table of Contents
Properties

$host

private mixed $host

$ldap_conn

private mixed $ldap_conn

$port

private mixed $port
Methods

__construct()

public __construct([mixed $host = null ][, mixed $port = 389 ]) : mixed
Parameters
$host : mixed = null
$port : mixed = 389

ascii2hex()

public static ascii2hex(mixed $str) : mixed
Parameters
$str : mixed

authorize()

public authorize(mixed $username, mixed $password) : mixed
Parameters
$username : mixed
$password : mixed

connect()

public connect() : mixed

disconnect()

public disconnect() : mixed

escape()

public static escape(mixed $str[, mixed $is_dn = false ]) : mixed
Parameters
$str : mixed
$is_dn : mixed = false
Tags
subpackage

components.auth.ldap


        
On this page

Search results