You are here

function ldap_authentication::authenticate in Lightweight Directory Access Protocol (LDAP) 6

Perform LDAP authentication

@parm

Return value

boolean TRUE if authentication succeeds, FALSE otherwise.

File

includes/ldap.authentication.inc, line 68
Defines the authentication class and related functions.

Class

ldap_authentication
LDAP Authentication Class

Code

function authenticate($user, $pass) {
}