If I add a local subscriber login, I can login no problem. Do I need to add a local record for every LDAP user?
if (is_null($user) || !$user->isValidPassword($p_input['f_login_password'])) {
global $LiveUser; if (!$LiveUser->login($p_input['f_login_uname'], $p_input['f_login_password'], false)) {
It looks like you're new here. If you want to get involved, click one of these buttons!