AuthHosts does not work on WXP?

William Hooper whooper@freeshell.org
Tue Jun 17 16:09:00 2003


Frank Heyne said:
> Hello,
>
> According to the documentation, I would expect when I set in
> HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default
> AuthHosts		-:?10:+10.11.12.13
> QuerySetting	2

The documentation says that AuthHosts is a "Local machine-specific
setting", which means it belongs in
HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\ .

QuerySetting is a "Local & global per-user setting" which means it belongs
in either HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\<username> or
HKEY_CURRENT_USER\Software\ORL\WinVNC3 .

Also make sure you are using DWORD values.

-- 
William Hooper