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 | |
| $ldap_conn | |
| $port |
Methods
| __construct() | |
| ascii2hex() | |
| authorize() | |
| connect() | |
| disconnect() | |
| escape() |
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