mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Added auth provider to properties, fixed classnames
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user