JClientLdap::compare
Compare an entry and return a true or false result
Signature
public function compare(string
$dn,
string
$attribute,
string
$value )
Parameters
-
$dn
- The DN which contains the attribute you want to compare
-
$attribute
- The attribute whose value you want to compare
-
$value
- The value you want to check against the LDAP attribute
Returns
- mixed
- result of comparison (true, false, -1 on error)