Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.9.11-incubating
-
None
Description
The PasswordRecordMapper.xml of guacamole-auth-jdbc-mysql is invalid, containing a < character which is not meant for interpretation as XML:
... DELETE FROM guacamole_user_password_history WHERE password_history_id <= ( SELECT password_history_id ...
should instead be:
... DELETE FROM guacamole_user_password_history WHERE password_history_id <= ( SELECT password_history_id ...
All other XML files for both the MySQL and PostgreSQL auth validate.
Attachments
Attachments
Issue Links
- relates to
-
GUACAMOLE-36 Add support for password policies
-
- Resolved
-