Originally created by @morgan55555 on GitHub (Nov 21, 2024).
Feature Request
Is your feature request related to a problem? Please describe.
LDAP auth now is not secure (password hashes can be leaked), and it will be unsuccessfull, if user changed LDAP password.
Describe the solution you'd like
Authenticate user like by trusted header, after verifying domain credentials.
If user not exists, generate random password like in trusted header auth.
Originally created by @morgan55555 on GitHub (Nov 21, 2024).
# Feature Request
**Is your feature request related to a problem? Please describe.**
LDAP auth now is not secure (password hashes can be leaked), and it will be unsuccessfull, if user changed LDAP password.
**Describe the solution you'd like**
Authenticate user like by trusted header, after verifying domain credentials.
If user not exists, generate random password like in trusted header auth.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @morgan55555 on GitHub (Nov 21, 2024).
Feature Request
Is your feature request related to a problem? Please describe.
LDAP auth now is not secure (password hashes can be leaked), and it will be unsuccessfull, if user changed LDAP password.
Describe the solution you'd like
Authenticate user like by trusted header, after verifying domain credentials.
If user not exists, generate random password like in trusted header auth.
@morgan55555 commented on GitHub (Nov 21, 2024):
https://github.com/open-webui/open-webui/pull/7162