Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-159

MySQL version of PasswordRecordMapper.xml is invalid

    XMLWordPrintableJSON

Details

    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 &lt;= (
          SELECT password_history_id
          ...
      

      All other XML files for both the MySQL and PostgreSQL auth validate.

      Attachments

        1. docker-guacamole.log
          44 kB
          Mathias

        Issue Links

          Activity

            People

              mjumper Mike Jumper
              MathiasM Mathias
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: