Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
1.3.0
-
None
-
Ubuntu 20.04
Guacamole 1.3.0
Tomcat 9
MySQL 8
Openjdk 8
Description
I updated Guacamole step by step from version 0.9.14 to version 1.3.0.
I use LDAP auth. This is the configuration:
#LDAP properties
ldap-hostname a.b.c.d
ldap-port 389
ldap-encryption-method none
ldap-search-bind-dn CN=Administrator,CN=Users,DC=contoso,DC=com
ldap-search-bind-password XXXXXXXXXXXXXXX
ldap-user-base-dn DC=Users,DC=contoso,DC=com
ldap-username-attribute sAMAccountName
ldap-user-search-filter (objectClass=user)
ldap-group-base-dn OU=Groups,DC=contoso,DC=com
ldap-group-name-attribute cn
I can login using LDAP credentials BUT ldap users does not appears in users management.
I need to add MANUALLY the users with the same username in order to manage them.
Besides when I enter the user configuration page I cannot see the expected authentication labels (see attachments)
Apparently there are not errors in log files.