# ------------------------------------------------------------------------------ def authenticate(login, password, ldapConfig, tool): '''Tries to authenticate user p_login in the LDAP.''' return # ------------------------------------------------------------------------------