Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUACAMOLE-1935: Add note about different authentication mechanisms related to VNC. #226

Merged
merged 1 commit into from
Apr 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/configuring-guacamole.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,16 @@ as well as username and password authentication.
: The password to use when attempting authentication, if any. This parameter
is optional.

These credentials may be requested by one of several different underlying
authentication schemes, depending on the server configuration. The libvncclient
library supports several of these, depending on the version of the library
present on the system running guacd. Notably, the MSLogonII authentication
protocol is only supported the most recent libvncclient release. If in
doubt, or you encounter issues trying to log on to certain VNC servers,
check the version of libvncclient that you're building guacd against and
make sure it includes support for the authentication scheme of the
server to which you're trying to connect.

(vnc-display-settings)=

#### Display settings
Expand Down
Loading