Comment 5 for bug 1300274

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/84425
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=ef868ad92c00e23a4a5e9eb71e3e0bf5ae2fff0c
Submitter: Jenkins
Branch: master

commit ef868ad92c00e23a4a5e9eb71e3e0bf5ae2fff0c
Author: Florent Flament <email address hidden>
Date: Tue Apr 1 12:48:22 2014 +0000

    Sanitizes authentication methods received in requests.

    When a user authenticates against Identity V3 API, he can specify
    multiple authentication methods. This patch removes duplicates, which
    could have been used to achieve DoS attacks.

    Change-Id: Iec9a1875a4ff6e2fac0fb2c3db6f3ce34a5dfd1d
    Closes-Bug: 1300274