ldap_compare

Example

 mixed ldap_compare ( resource $link_identifier , string $dn , string $attribute , string $value ) 

Description

Compare value of attribute with value of same attribute in an LDAP directory entry.

Return Values

Returns TRUE if value matches otherwise returns FALSE. Returns -1 on error.