dolibarr 21.0.0-alpha
|
Authentication functions for LDAP. More...
Go to the source code of this file.
Functions | |
check_user_password_ldap ($usertotest, $passwordtotest, $entitytotest) | |
Check validity of user/password/entity If test is ko, reason must be filled into $_SESSION["dol_loginmesg"]. | |
Authentication functions for LDAP.
Definition in file functions_ldap.php.
check_user_password_ldap | ( | $usertotest, | |
$passwordtotest, | |||
$entitytotest ) |
Check validity of user/password/entity If test is ko, reason must be filled into $_SESSION["dol_loginmesg"].
string | $usertotest | Login |
string | $passwordtotest | Password |
int | $entitytotest | Numero of instance (always 1 if module multicompany not enabled) |
Definition at line 38 of file functions_ldap.php.
References dol_syslog(), dol_trunc(), getDolGlobalInt(), and getDolGlobalString().