'Invalid Login' Appear when User Try to Login LVDA Using Password Authentication

'Invalid Login' Appear when User Try to Login LVDA Using Password Authentication

book

Article ID: CTX562130

calendar_today

Updated On:

Description

When trying to login Linux VDA by using password authentication, it is failed with error "Invalid Login".

It prompts no such user when using the "id <Username@domian.com>" command.

The below errors can be seen when viewing the winbind information by the following command:

root# wbinfo --online-status
failed to call wbcListTrusts: WBC_ERR_WINBIND_NOT_AVAILABLE
root# systemctl status winbind
● winbind.service - Samba Winbind Daemon
     Loaded: loaded (/lib/systemd/system/winbind.service; enabled; vendor preset: enabled)
     Active: inactive (dead) 

Resolution

Solution 1:
  • Uninstall the recently installed software
Solution 2:
  • Start the winbind service using follow command: systemctl start winbind

Problem Cause

The winbind service is not running automaticly because of 3rd party software compatibility issue.

Issue/Introduction

If the Windbind service is not running, users will login LVDA failed with "Invalid Login".