/[smecontribs]/rpms/phpvirtualbox/contribs8/phpvirtualbox-remove-webauth.patch
ViewVC logotype

Contents of /rpms/phpvirtualbox/contribs8/phpvirtualbox-remove-webauth.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Dec 30 07:57:25 2013 UTC (10 years, 4 months ago) by unnilennium
Branch: MAIN
CVS Tags: phpvirtualbox-4_3_0-8, phpvirtualbox-4_3_0-8_el5_sme, HEAD
Initial import

1 diff -Nur phpvirtualbox-4.3-4.3.0-old/root/opt/phpvirtualbox/config.php phpvirtualbox-4.3-4.3.0/root/opt/phpvirtualbox/config.php
2 --- phpvirtualbox-4.3-4.3.0-old/root/opt/phpvirtualbox/config.php 2013-12-13 23:19:19.000000000 +0100
3 +++ phpvirtualbox-4.3-4.3.0/root/opt/phpvirtualbox/config.php 2013-12-13 23:14:36.000000000 +0100
4 @@ -52,7 +52,7 @@
5 */
6
7 // Disable authentication
8 -var $noAuth = true;
9 +#var $noAuth = true;
10
11 // Host / ip to use for console connections
12 #var $consoleHost = '192.168.1.40';
13 @@ -161,7 +161,7 @@
14 #var $disableTabVMConsole = true; // Console tab
15
16 /* Screen resolutions for console tab */
17 -var $consoleResolutions = array('640x480','800x600','1024x768','1280x720','1440x900');
18 +var $consoleResolutions = array('640x480','800x600','1024x768','1280x720','1440x900','1680x1050','1920x1080');
19
20 /* Console tab keyboard layout. Currently Oracle's RDP client only supports EN and DE. */
21 var $consoleKeyboardLayout = 'EN';
22 @@ -181,9 +181,9 @@
23 #var $startStopConfig = true;
24
25 // Authentication library.
26 -#var $authLib = 'Builtin';
27 -var $authLib = 'WebAuth';
28 -var $authConfig = array('adminUser' => 'admin');
29 +var $authLib = 'Builtin';
30 +#var $authLib = 'WebAuth';
31 +#var $authConfig = array('adminUser' => 'admin');
32
33 // VM ownership
34 #var $enforceVMOwnership = true;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed