Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenRover committed Nov 23, 2015
1 parent 4ffae53 commit d445eae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d445eae

Please sign in to comment.