【发布时间】: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)
【问题讨论】: