[PR #871] [MERGED] Fix: Ldap settings #2036

Closed
opened 2026-02-27 11:20:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/871
Author: @tonioo
Created: 5/3/2016
Status: Merged
Merged: 5/3/2016
Merged by: @tonioo

Base: masterHead: fix/ldap_settings


📝 Commits (10+)

📊 Changes

8 files changed (+172 additions, -5 deletions)

View changed files

📝 .travis.yml (+10 -1)
codecov.yml (+22 -0)
ldap-requirements.txt (+2 -0)
📝 modoboa/core/tests.py (+71 -0)
📝 modoboa/lib/authbackends.py (+7 -1)
📝 modoboa/urls.py (+1 -3)
test_data/base.ldif (+42 -0)
test_data/slapd.conf (+17 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/871 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 5/3/2016 **Status:** ✅ Merged **Merged:** 5/3/2016 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `fix/ldap_settings` --- ### 📝 Commits (10+) - [`e437ffc`](https://github.com/modoboa/modoboa/commit/e437ffc31efd6dfa71b31ca6ab00dc92268e19cb) LDAP authentication unit testing. - [`40bbbb7`](https://github.com/modoboa/modoboa/commit/40bbbb7b41c9b96729eed45dc1dde13d550f8199) Fix LDAP data. - [`3d1b0d2`](https://github.com/modoboa/modoboa/commit/3d1b0d26b0f222067fb6da59db5e05f30f2ec372) Fix test data. - [`f8f6002`](https://github.com/modoboa/modoboa/commit/f8f600287311dba126589ff3d38994424b7a602a) Fix unit test. - [`e20b17e`](https://github.com/modoboa/modoboa/commit/e20b17e962b96611474b2a66fdd7aafaf4879266) New test. - [`e83f172`](https://github.com/modoboa/modoboa/commit/e83f172bd5a4a0489655122e5f56a592853cc674) Try different syntaxes. - [`27e8244`](https://github.com/modoboa/modoboa/commit/27e82443e203c6511bdde1b68f7ed1ea94aa5d7f) LDIF update. - [`88b472f`](https://github.com/modoboa/modoboa/commit/88b472f78e9a8c67a1a2c0d3bfed203850b3ce44) Fix LDIF. - [`cd49628`](https://github.com/modoboa/modoboa/commit/cd496286504c17eab34463efe5a7839ec8e05207) Try to fix unit tests. - [`6c6d4da`](https://github.com/modoboa/modoboa/commit/6c6d4da316cbce3012de04e9518543ef36da0a18) Try to fix unit tests. ### 📊 Changes **8 files changed** (+172 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+10 -1) ➕ `codecov.yml` (+22 -0) ➕ `ldap-requirements.txt` (+2 -0) 📝 `modoboa/core/tests.py` (+71 -0) 📝 `modoboa/lib/authbackends.py` (+7 -1) 📝 `modoboa/urls.py` (+1 -3) ➕ `test_data/base.ldif` (+42 -0) ➕ `test_data/slapd.conf` (+17 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 11:20:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2036
No description provided.