Skip to content
  • Howard Chu's avatar
    ITS#8108 silence rootdn check on hidden backends · d7bf6fca
    Howard Chu authored
    select_backend() skips hidden backends so it fails to match the
    rootdn of a database that has been hidden. rootpw tries to see
    if the rootdn matches the current backend but the check fails
    when hidden. Ignore this check on hidden backends since one
    cannot Bind to a hidden backend anyway.
    d7bf6fca