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

Sharing profiles cannot be created under MYSQL authentication provider

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.9.10-incubating
    • 0.9.10-incubating
    • None
    • None

    Description

      There's a trailing comma in SharingProfileMapper.xml that breaks sharing profile insert.

          <!-- Insert single sharing profile -->
          <insert id="insert" useGeneratedKeys="true" keyProperty="object.objectID"
                  parameterType="org.apache.guacamole.auth.jdbc.sharingprofile.SharingProfileModel">
      
              INSERT INTO guacamole_sharing_profile (
                  sharing_profile_name,
                  primary_connection_id
              )
              VALUES (
                  #{object.name,jdbcType=VARCHAR},
                  #{object.primaryConnectionIdentifier,jdbcType=VARCHAR},
              )
      
          </insert>
      

      Attachments

        Activity

          People

            jmuehlner James Muehlner
            jmuehlner James Muehlner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: