Line 114: |
Line 114: |
| ====Web authentication==== | | ====Web authentication==== |
| | | |
− | you can allow web authentication to phpvirtualbox by doing the command line below. This feature is experimental as there is a [http://sourceforge.net/p/phpvirtualbox/bugs/7/ bug opened], when it will be solved then this feature will be the default. | + | you can allow web authentication to phpvirtualbox by doing the command line below. This feature is the default behaviour since the bug opened is solved http://sourceforge.net/p/phpvirtualbox/bugs/7/. |
| | | |
| config setprop phpvirtualbox webauth enabled | | config setprop phpvirtualbox webauth enabled |
Line 139: |
Line 139: |
| The users must be declared and a password must be set in the server-manager. | | The users must be declared and a password must be set in the server-manager. |
| | | |
− | config setprop phpvirtualbox User "admin user2 user3" | + | config setprop phpvirtualbox User user1,user2,user3 |
| expand-template /etc/httpd/conf/httpd.conf | | expand-template /etc/httpd/conf/httpd.conf |
| | | |
Line 145: |
Line 145: |
| These groups must be declared in the server-manager and users need to be included | | These groups must be declared in the server-manager and users need to be included |
| | | |
− | config setprop phpvirtualbox Group "Group1 Group2 Group3" | + | config setprop phpvirtualbox Group Group1,Group2,Group3 |
| expand-template /etc/httpd/conf/httpd.conf | | expand-template /etc/httpd/conf/httpd.conf |
| | | |