Apache Guacamole Web 客户端未显示任何连接
Apache Guacamole Web client not showing any connections
我已经设置了带有 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)
没有可用的连接按钮来创建新连接
如果您导入鳄梨酱中可用的所有 sql
文件,它会默认为您创建一个管理员用户,并提供以下详细信息。
username: guacadmin
password: guacadmin
登录后,您将看到空的连接屏幕(如上所示)。
要创建新连接,单击右上角的用户名(将出现一个子菜单),单击设置。
您会在此处看到多个选项卡。要创建连接,请转到 Connection 选项卡,然后单击 'New Connection' 按钮。
我已经设置了带有 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)
没有可用的连接按钮来创建新连接
如果您导入鳄梨酱中可用的所有 sql
文件,它会默认为您创建一个管理员用户,并提供以下详细信息。
username: guacadmin
password: guacadmin
登录后,您将看到空的连接屏幕(如上所示)。
要创建新连接,单击右上角的用户名(将出现一个子菜单),单击设置。
您会在此处看到多个选项卡。要创建连接,请转到 Connection 选项卡,然后单击 'New Connection' 按钮。