Added auth provider to properties, fixed classnames

This commit is contained in:
Michael Jumper
2010-12-05 15:04:11 -08:00
parent f99f9cff15
commit 4ef133d2b5
4 changed files with 74 additions and 11 deletions

View File

@@ -21,6 +21,9 @@ guacd-hostname: localhost
guacd-port: 4822
# Session provider class (provides and configured guacamole session based on authentication information)
session-provider: net.sourceforge.guacamole.basic.BasicGuacamoleSessionProvider
session-provider: net.sourceforge.guacamole.net.authentication.basic.BasicGuacamoleSessionProvider
# Auth provider class (authenticates user/pass combination, needed if using the provided login screen)
auth-provider: net.sourceforge.guacamole.net.authentication.basic.BasicFileAuthenticationProvider
basic-user-mapping: /path/to/user-mapping.xml