LDAP authentication process modification #824

Closed
aitzol wants to merge 1 commit from (deleted):develop into develop
First-time contributor
  1. Added eldap module, see issue 671
  2. Modified LDAP authentication process for servers that do not allow anonymous bind mode. For the changes to work it is necessary to add the login credentials to the LDAP server using environment variables in the .env file, like this:
LDAP_READONLY_USER_USERNAME="readonly"
LDAP_READONLY_USER_PASSWORD="secret"
1. Added **eldap** module, see [issue 671](https://akkoma.dev/AkkomaGang/akkoma/issues/671) 2. Modified **LDAP** authentication process for servers that do not allow _anonymous_ bind mode. For the changes to work it is necessary to add the login credentials to the **LDAP** server using environment variables in the `.env` file, like this: ```bash LDAP_READONLY_USER_USERNAME="readonly" LDAP_READONLY_USER_PASSWORD="secret" ```
aitzol added 1 commit 2024-08-05 09:23:11 +00:00
LDAP authentication process modification
Some checks are pending
ci/woodpecker/pr/build-amd64 Pipeline is pending
ci/woodpecker/pr/build-arm64 Pipeline is pending
ci/woodpecker/pr/docs Pipeline is pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending
4dc0be2ce1
aitzol closed this pull request 2024-08-05 09:31:29 +00:00
aitzol reopened this pull request 2024-08-05 09:31:39 +00:00
aitzol closed this pull request 2024-08-05 09:31:46 +00:00
Some checks are pending
ci/woodpecker/pr/build-amd64 Pipeline is pending
ci/woodpecker/pr/build-arm64 Pipeline is pending
ci/woodpecker/pr/docs Pipeline is pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending

Pull request closed

Sign in to join this conversation.
No description provided.