Changes

Jump to navigation Jump to search
694 bytes added ,  23:59, 3 November 2013
Line 47: Line 47:     
* The '''VBoxManage extpack cleanup''' command can be used to remove temporary files and directories that may have been left behind if a previous install or uninstall command failed.
 
* The '''VBoxManage extpack cleanup''' command can be used to remove temporary files and directories that may have been left behind if a previous install or uninstall command failed.
 +
 +
=== DB Configuration ===
 +
 +
Default configuration database which allows only the admin user of SME Server to manage phpvirtualbox
 +
 +
[root@sme8dev ~]# config show phpvirtualbox
 +
phpvirtualbox=service
 +
    Group=
 +
    Name=phpvirtualbox
 +
    User=admin
 +
    status=enabled
 +
 +
====Allow Specific Users====
 +
The users must be declared  and a password has to be set in the server-manager.
 +
 +
config setprop phpvirtualbox User "User1 user2 user3"
 +
expand-template /etc/httpd/conf/httpd.conf
 +
 +
====Allow Specific Groups====
 +
These groups must be declared in the server-manager and users need to be included
 +
 +
config setprop phpvirtualbox Group "Group1 Group2 Group3"
 +
expand-template /etc/httpd/conf/httpd.conf
 +
    
=== Uninstall ===
 
=== Uninstall ===

Navigation menu