External authentication
Posted: 30. Apr 2015, 22:55
Has external authentication for VRDP stopped working for Windows hosts? I have VirtualBox 4.3.26 r98988 running on a Win 7 64-bit host. When configuring a VM to use external authentication and attempting to connect from another computer using Windows RDP, after a long timeout the client complains about a licensing failure.
Coming back to the logs on the host show an authentication failure. I'm aware full credentials need to be supplied, when connecting I'm giving a valid user and password combination to the client.
This excerpt shows the transaction when attempting to authenticate through a domain controlled user on the host system:
Similarly when trying to authenticate via a local account on the host machine:
Searching the forums seems to indicate this is an issue that keeps creeping up, but I've not seen any resolution that works beyond various records showing a patch fixed things. Is there any policy that my host may be using that would prevent using external authentication from working?
Regards,
-mje
Coming back to the logs on the host show an authentication failure. I'm aware full credentials need to be supplied, when connecting I'm giving a valid user and password combination to the client.
This excerpt shows the transaction when attempting to authenticate through a domain controlled user on the host system:
Code: Select all
00:28:14.661914 VRDP: Connection opened (IPv4): 9
00:28:14.662078 VRDP: Negotiating security method with the client.
00:28:14.678765 VRDP: Methods 0x0000001b
00:28:14.678809 VRDP: Channel: [rdpdr] [1004]. Accepted.
00:28:14.678831 VRDP: Channel: [rdpsnd] [1005]. Accepted.
00:28:14.678851 VRDP: Channel: [drdynvc] [1006]. Accepted.
00:28:14.678871 VRDP: Channel: [cliprdr] [1007]. Accepted.
00:28:14.974044 VRDP: Client seems to be MSFT.
00:28:14.974092 VRDP: Logon: <redacted> (<redacted>) build 7601. User: [<redacted>] Domain: [<redacted>] Screen: 0
00:28:14.974258 AUTH: User: [<redacted>]. Domain: [<redacted>]. Authentication type: [External]
00:28:15.084107 AUTH: external authentication module returned 'access denied'
00:28:15.084142 AUTH: Access denied.
00:28:15.084163 VRDP: Connection closed: 9
Code: Select all
00:21:03.182531 VRDP: Connection opened (IPv4): 7
00:21:03.182684 VRDP: Negotiating security method with the client.
00:21:03.191855 VRDP: Methods 0x0000001b
00:21:03.191891 VRDP: Channel: [rdpdr] [1004]. Accepted.
00:21:03.191904 VRDP: Channel: [rdpsnd] [1005]. Accepted.
00:21:03.191915 VRDP: Channel: [drdynvc] [1006]. Accepted.
00:21:03.191926 VRDP: Channel: [cliprdr] [1007]. Accepted.
00:21:03.213666 VRDP: Client seems to be MSFT.
00:21:03.213699 VRDP: Logon: <redacted> (<redacted>) build 7601. User: [<redacted>] Domain: [] Screen: 0
00:21:03.213839 AUTH: User: [<redacted>]. Domain: []. Authentication type: [External]
00:21:03.218356 AUTH: external authentication module returned 'access denied'
00:21:03.218384 AUTH: Access denied.
00:21:03.218397 VRDP: Connection closed: 7Regards,
-mje