Skip to content

[BugFix] Fix LDAP authentication bug where empty password can successfully login on AD server (backport #41982) #9495

[BugFix] Fix LDAP authentication bug where empty password can successfully login on AD server (backport #41982)

[BugFix] Fix LDAP authentication bug where empty password can successfully login on AD server (backport #41982) #9495

Workflow file for this run

name: automerge
on:
pull_request_target:
types:
- labeled
jobs:
automerge:
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'automerge' }}
steps:
- uses: hmarr/auto-approve-action@v2
with:
github-token: ${{ secrets.PAT }}
- name: enable automerge
uses: peter-evans/enable-pull-request-automerge@v2
with:
token: ${{ secrets.PAT }}
pull-request-number: ${{ github.event.pull_request.number }}
merge-method: rebase