Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($configObj=null) | |
Fonctions membres publiques inherited from JClientLdap | |
connect () | |
close () | |
setDN ($username, $nosub=0) | |
getDN () | |
anonymous_bind () | |
bind ($username=null, $password=null, $nosub=0) | |
simple_search ($search) | |
search (array $filters, $dnoverride=null, array $attributes=array()) | |
replace ($dn, $attribute) | |
modify ($dn, $attribute) | |
remove ($dn, $attribute) | |
compare ($dn, $attribute, $value) | |
read ($dn) | |
delete ($dn) | |
create ($dn, array $entries) | |
add ($dn, array $entry) | |
rename ($dn, $newdn, $newparent, $deleteolddn) | |
getErrorMsg () |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JClientLdap | |
static | ipToNetAddress ($ip) |
static | LDAPNetAddr ($networkaddress) |
static | generatePassword ($password, $type= 'md5') |
Attributs publics inherited from JClientLdap | |
$host = null | |
$auth_method = null | |
$port = null | |
$base_dn = null | |
$users_dn = null | |
$search_string = null | |
$use_ldapV3 = null | |
$no_referrals = null | |
$negotiate_tls = null | |
$username = null | |
$password = null |
JLDAP::__construct | ( | $configObj = null | ) |
Constructor
object | $configObj | An object of configuration variables |
Réimplémentée à partir de JClientLdap.
Définition à la ligne 678 du fichier ldap.php.
Références JClientLdap\add(), et JLog\WARNING.