Opened 16 years ago
Closed 12 years ago
#3106 closed defect (worksforme)
VRDP login: external authentification mode on MacOS X host failed, VRDPAuth.dylib not found -> fixed in SVN
Reported by: | lars_ | Owned by: | |
---|---|---|---|
Component: | RDP | Version: | VirtualBox 3.1.2 |
Keywords: | VRDPAuth.dylib | Cc: | 2.1.0 |
Guest type: | other | Host type: | Mac OS X |
Description (last modified by )
Logs:
00:02:06.339 VRDP: Client seems to be rdesktop.
00:02:06.339 VRDP: Logon: debian (192.168.1.57) build 2600. User: [vbremote] Domain: [] Screen: 0
00:02:06.340 VRDPAUTH: User: [vbremote]. Domain: []. Authentication type: [External]
00:02:06.341 VRDPAUTH: ConsoleVRDPServer::Authenticate: loading external authentication library 'VRDPAuth'
00:02:06.341 rtldrNativeLoad: dlopen('VRDPAuth.dylib', RTLD_NOW | RTLD_LOCAL) failed: dlopen(VRDPAuth.dylib, 6): image not found
00:02:06.341 VRDPAUTH: Failed to load external authentication library. Error code: VERR_FILE_NOT_FOUND
00:02:06.341 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={e3c6d4a1-a935-47ca-b16d-f9e9c496e53e} aComponent={Console} aText={Could not load the external authentication
library 'VRDPAuth' (VERR_FILE_NOT_FOUND)} aWarning=false, preserve=false
00:02:06.342 VRDPAUTH: Access denied.
00:02:06.342 VRDP: Connection closed:
00:02:06.342 VRDP: Logoff: debian (192.168.1.57) build 2600. User: [vbremote] Domain: [] Reason 0x0001.
Change History (7)
comment:1 by , 15 years ago
Summary: | VRDP login: external authentification mode on MacOS X host failed, VRDPAuth.dylib not found → VRDP login: external authentification mode on MacOS X host failed, VRDPAuth.dylib not found -> fixed in SVN |
---|---|
Version: | VirtualBox 2.1.2 → VirtualBox 3.1.2 |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Having this problem here. VirtualBox 4.0.6 r71344, Mac OS X 10.6.7. Started vboxwebsrv directly in terminal as:
$ /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv
Then I've setup phpvirtualbox under ~/Sites/phpmyadmin-4.0-5/. I have put my username and password in config.php. When tried logging, vboxwebsrv reports the following on the terminal:
00:04:44.466 SQW01 rtldrNativeLoad: dlopen('VRDPAuth.dylib', RTLD_NOW | RTLD_LOCAL) failed: dlopen(VRDPAuth.dylib, 6): image not found
follow-ups: 5 6 comment:4 by , 14 years ago
wolf0403, please verify if the following command will solve the problem:
VBoxManage setproperty websrvauthlibrary VBoxAuth
comment:5 by , 14 years ago
Replying to sunlover:
wolf0403, please verify if the following command will solve the problem:
VBoxManage setproperty websrvauthlibrary VBoxAuth
After login with admin/admin I'm getting the same error on the vboxwebsrv terminal session.
comment:6 by , 14 years ago
Replying to sunlover:
wolf0403, please verify if the following command will solve the problem:
VBoxManage setproperty websrvauthlibrary VBoxAuth
Hi, I've had a look at /Application/VirtualBox.app/Content/MacOS/ and found VBoxAuth.dylib there. So I started vboxwebsrv from within that directory and it now worked correctly. I'm not sure if this is a problem or intended behavior so I'll just put it here. Thanks!
comment:7 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | reopened → closed |
This is fixed in SVN & the fix will be available with the next major update of VirtualBox.