View | Details | Raw Unified | Return to bug 41340
Collapse All | Expand All

(-)univention-virtual-machine-manager-node/conffiles/etc/libvirt/qemu.conf (+3 lines)
 Lines 68-73    Link Here 
68
# example here before you set this.
68
# example here before you set this.
69
#
69
#
70
# vnc_password = "XYZ12345"
70
# vnc_password = "XYZ12345"
71
@!@
72
print 'vnc_password = \'%s\')' % (configRegistry.get('uvmm/kvm/vnc/password', ''),)
73
@!@
71
74
72
75
73
# Enable use of SASL encryption on the VNC server. This requires
76
# Enable use of SASL encryption on the VNC server. This requires
(-)univention-virtual-machine-manager-node/debian/univention-virtual-machine-manager-node-kvm.univention-config-registry (+1 lines)
 Lines 1-6    Link Here 
1
Type: file
1
Type: file
2
File: etc/libvirt/qemu.conf
2
File: etc/libvirt/qemu.conf
3
Variables: uvmm/kvm/qemu/.*
3
Variables: uvmm/kvm/qemu/.*
4
Variables: uvmm/kvm/vnc/password
4
5
5
Type: file
6
Type: file
6
File: etc/udev/rules.d/99-uvmm-node-kvm.rules
7
File: etc/udev/rules.d/99-uvmm-node-kvm.rules
(-)univention-virtual-machine-manager-node/debian/univention-virtual-machine-manager-node-kvm.univention-config-registry-variables (+6 lines)
 Lines 9-11    Link Here 
9
Description[en]=The network interface to be used for the KVM network bridge. Otherwise the network interface is used, over which the standard gateway is reached.
9
Description[en]=The network interface to be used for the KVM network bridge. Otherwise the network interface is used, over which the standard gateway is reached.
10
Type=str
10
Type=str
11
Categories=uvmm
11
Categories=uvmm
12
13
[uvmm/kvm/vnc/password]
14
Description[de]=Hier kann ein globales Passwort für VNC-Verbindungen konfiguriert werden. Ist die Variable nicht gesetzt, erfolgt die Konfiguration individuell pro virtueller Maschine.
15
Description[en]=A global password for VNC connections can be configured here. If the variable is unset, the password is configured individually on a per virtual machine basis.
16
Type=str
17
Categories=uvmm

Return to bug 41340