Poledit template for WinVNC

Carey Evans c.evans "at" clear.net.nz
Thu, 19 Nov 1998 08:26:34 +0000


Unai Uribarri Rodríguz <71418975 "at" othello.inforg.uniovi.es> writes:

> Did anyone write a poledit template to configure remotely WinVNC?

I made a start.  It's not that difficult, although all the Win95
Resource Kit basically says is "copy ADMIN.ADM".

-----
CLASS MACHINE

CATEGORY !!VNC
KEYNAME Software\ORL\WinVNC3

	POLICY !!VNCAuthRequired
	VALUENAME "AuthRequired"
	VALUEOFF NUMERIC 0 VALUEON DELETE
	END POLICY

	POLICY !!VNCAllowLoopback
	VALUENAME "AllowLoopback"
	END POLICY

	POLICY !!VNCDebug
		PART !!VNCDebugMode NUMERIC
		VALUENAME "DebugMode"
		MIN 0 MAX 7 DEFAULT 0 REQUIRED
		END PART

		PART !!VNCDebugLevel NUMERIC
		VALUENAME "DebugLevel"
		MIN 0 MAX 12 DEFAULT 0 REQUIRED
		END PART
	END POLICY

	POLICY !!VNCConnectPriority
		PART !!VNCPriority DROPDOWNLIST
		VALUENAME "ConnectPriority" REQUIRED
		ITEMLIST
			NAME !!VNCPriorityDisc VALUE NUMERIC 0
			NAME !!VNCPriorityDont VALUE NUMERIC 1
			NAME !!VNCPriorityRef VALUE NUMERIC 2
		END ITEMLIST
		END PART
	END POLICY

END CATEGORY

[strings]
VNC="Virtual Network Computing"
VNCAuthRequired="Authentication Required"
VNCAllowLoopback="Allow Loopback Connections"
VNCDebug="Debugging"
VNCDebugMode="Debug mode:"
VNCDebugLevel="Debug level:"
VNCConnectPriority="New Connection Priority"
VNCPriority="Action:"
VNCPriorityDisc="Disconnect all existing"
VNCPriorityDont="Don't disconnect any"
VNCPriorityRef="Refuse the new connection"
-----

-- 
	 Carey Evans  http://home.clear.net.nz/pages/c.evans/

"Is there anyone who actually believes that USAicans are so modest or
intellectually honest as to be unable to find someone to sue?" - Cameron Laird

---------------------------------------------------------------------
The VNC mailing list     -   see http://www.orl.co.uk/vnc/intouch.html
---------------------------------------------------------------------