From 34d0631aa9c457fc0d4cb771a51ff02287bd4a32 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 23 Jan 2011 15:31:10 -0800 Subject: [PATCH] Updated example properties file --- guacamole/doc/example/guacamole.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/guacamole/doc/example/guacamole.properties b/guacamole/doc/example/guacamole.properties index a7798ff01..ace043f62 100644 --- a/guacamole/doc/example/guacamole.properties +++ b/guacamole/doc/example/guacamole.properties @@ -20,10 +20,7 @@ guacd-hostname: localhost guacd-port: 4822 -# Client provider class (provides and configures a guacamole client based on authentication information) -client-provider: net.sourceforge.guacamole.net.authentication.basic.BasicGuacamoleClientProvider - # Auth provider class (authenticates user/pass combination, needed if using the provided login screen) -auth-provider: net.sourceforge.guacamole.net.authentication.basic.BasicFileAuthenticationProvider +auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider basic-user-mapping: /path/to/user-mapping.xml