【问题标题】:Apache Guacamole Web client not showing any connectionsApache Guacamole Web 客户端未显示任何连接
【发布时间】:2020-10-17 17:11:01
【问题描述】:

我已经设置了带有 AD 身份验证和 Postgres 的 Apache Guacamole;一切似乎都是正确的,但我看不到任何按钮来创建任何连接。有谁知道如何解决这个问题?

  • 我初始化了数据库
  • 日志显示连接成功
  • 我在属性文件中使用了主数据库帐户来解决任何权限问题。
  • 表已就位。 我看不到任何联系。任何人都知道如何解决此问题。

数据库表:

Schema |                 Name                  | Type  | Owner  
--------+---------------------------------------+-------+--------
 public | guacamole_connection                  | table | master
 public | guacamole_connection_attribute        | table | master
 public | guacamole_connection_group            | table | master
 public | guacamole_connection_group_attribute  | table | master
 public | guacamole_connection_group_permission | table | master
 public | guacamole_connection_history          | table | master
 public | guacamole_connection_parameter        | table | master
 public | guacamole_connection_permission       | table | master
 public | guacamole_entity                      | table | master
 public | guacamole_sharing_profile             | table | master
 public | guacamole_sharing_profile_attribute   | table | master
 public | guacamole_sharing_profile_parameter   | table | master
 public | guacamole_sharing_profile_permission  | table | master
 public | guacamole_system_permission           | table | master
 public | guacamole_user                        | table | master
 public | guacamole_user_attribute              | table | master
 public | guacamole_user_group                  | table | master
 public | guacamole_user_group_attribute        | table | master
 public | guacamole_user_group_member           | table | master
 public | guacamole_user_group_permission       | table | master
 public | guacamole_user_history                | table | master
 public | guacamole_user_password_history       | table | master
 public | guacamole_user_permission             | table | master
(23 rows)

没有可用的连接按钮来创建新连接

【问题讨论】:

    标签: tomcat8 guacamole


    【解决方案1】:

    如果您已导入 guacamole 中所有可用的 sql 文件,它将默认为您创建一个管理员用户,并提供以下详细信息。

    username: guacadmin  
    password: guacadmin
    

    登录后,您将看到空连接屏幕(如上所示)。

    要创建新连接,请点击右上角的用户名(将出现一个子菜单),点击设置

    您将在此处看到几个选项卡。要创建连接,请转到 Connection 选项卡,然后单击 'New Connection' 按钮。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-03-10
      • 2021-10-04
      • 2020-05-22
      • 2013-03-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多