PHP » GoLang |
login |
register |
about
|
ldap_compare(PHP 4 >= 4.0.2, PHP 5, PHP 7) ldap_compare — Compare value of attribute found in entry specified with DN Description
mixed ldap_compare
( resource
$link_identifier
, string $dn
, string $attribute
, string $value
[, array $serverctrls
] )
Compare Parameters
Return Values
Returns ExamplesThe following example demonstrates how to check whether or not given password matches the one defined in DN specified entry.
Example #1 Complete example of password check
<?php NotesWarning
ldap_compare() can NOT be used to compare BINARY values! |
more
Recently updated
more
Most requested
more
Last requests
|