I created a new user, set the password but not able to login via XRDP. The user/password are set correctly because I can ssh into the machine.
The error I'm getting is the same as in this question: xrdp session: Login failed for display 0
I checked /etc/xrdp/sesman.ini and everything looks OK.
TerminalServerUsers=tsusers
TerminalServerAdmins=tsadmins
; When AlwaysGroupCheck=false access will be permitted
; if the group TerminalServerUsers is not defined.
AlwaysGroupCheck=false
I'm able to log in OK using my regular username & password so I'm guessing the AlwaysGroupCheck option works. For good measure I created the tsusers & tsadmins groups and add the new user to them, then restarted the xrdp service but still not able to login.
Host is Windows7, target is Ubuntu 14.04.