Skip to content

BackendCombined: Add option to configure GAL backend directly

Vincent Brillault requested to merge cern_vb into cern

Other methods currently don't work for BackendSearchLDAP:

  • Configuring SEARCH_PROVIDER globally will push all search towards it
  • Adding BackendSearchLDAP as a backend won't do anything unless it is also added to folderbackend
  • BackendSearchLDAP doesn't implement Logon, so can't be used as folderbackend

Merge request reports