An error occurred fetching the project authors.
  1. 22 Apr, 2020 2 commits
    • Drew Blessing's avatar
      Minor updates to LDAP override membership API · 1728bf98
      Drew Blessing authored
      Minor updates to `peterlloydcc` work to expose the ability to
      override LDAP membership via the API. This along with `peterlloydcc`
      original commit allow users to set the override flag on a member
      to true or false, as needed.
      1728bf98
    • Peter Lloyd's avatar
      Expose LDAP Override in API · 307c6074
      Peter Lloyd authored
      Previously, setting access_level for LDAP users was not allowed.
      The web interface is able to set an 'override' attribute to stop
      LDAP sync from changing the access_level. This adds the same
      ability to the API.
      
      Also update API documentation and add tests
      307c6074