On Sat, Apr 1, 2023, 12:21 AM Gabriel Huerta Araujo
<[email protected]> wrote:

> I did what log told me to do: “*set "skip-if-unavailable: tacacs" within
> your guacamole.properties”*
>
>
>
> And now when I enter to give my credentials, it works. But how can I do to
> eliminate “The "tacacs" authentication provider has been skipped due to
> an internal error. If this is unexpected or you are the developer of this
> authentication provider, you may wish to enable debug-level logging: null”
> message?
>
>
>
> [2023-04-01 01:13:56] [info] 01:13:56.357 [http-nio-8080-exec-4] WARN
> o.a.g.e.AuthenticationProviderFacade - The "tacacs" authentication provider
> has been skipped due to an internal error. If this is unexpected or you are
> the developer of this authentication provider, you may wish to enable
> debug-level logging: null
>

You should not set "skip-if-unavailable" unless you know the cause of an
underlying error and are expecting it to occasionally occur. Setting that
property tells Guacamole to ignore the error in the extension; it does not
solve the error.

You should instead enable debug-level logging and investigate what is
failing inside your extension. Debug-level logging will give you additional
error details and stack traces that may help you figure out how to fix your
extension. Using an IDE with a debugger may help, as well.

- Mike

Reply via email to