From d445eaef914bd10bfdd2936fef4b239f157e264a Mon Sep 17 00:00:00 2001 From: Heiko Henning Date: Mon, 23 Nov 2015 16:00:30 +0100 Subject: [PATCH] Improved documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 991cc1e..d18e34f 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,12 @@ An [example PHP implementation][example-php] is included in `src/example/php`. [example-php]: https://github.com/GreenRover/guacamole-auth-userfiles/blob/master/src/example/php/simple_example.php +You will need to give this script the permissions to write to the GUACAMOLE_HOME. + +For the most enviroments you should do thinks like this. +`chmod g+w /etc/guacamole` +`useradd -G guacd www-data` + ## License MIT License