mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[PR #1732] [MERGED] LDAP synchronization process #2288
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2288
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/1732
Author: @tonioo
Created: 5/3/2019
Status: ✅ Merged
Merged: 5/7/2019
Merged by: @tonioo
Base:
master← Head:feature/ldap_sync📝 Commits (10+)
724a71fInitial commit for LDAP sync process.2ac1de1Fixed unit tests.b44b081Added doc and run ldapsync tests on travis.a4bcc00Removed server address.00a4f73Force bytes when calling ldap methods.da66d4cFixed tests compat with python2.2e799eeDo not force bytes here.99a0ebeForce bytes.7b77e35Force bytes for attribute names too.6a1f999Disable bytes mode in PY2.📊 Changes
11 files changed (+420 additions, -23 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
doc/configuration.rst(+54 -2)📝
modoboa/core/app_settings.py(+81 -20)📝
modoboa/core/commands/templates/settings.py.tpl(+1 -0)📝
modoboa/core/tests/test_views.py(+5 -0)➕
modoboa/ldapsync/__init__.py(+1 -0)➕
modoboa/ldapsync/apps.py(+8 -0)➕
modoboa/ldapsync/handlers.py(+36 -0)➕
modoboa/ldapsync/lib.py(+127 -0)➕
modoboa/ldapsync/tests.py(+105 -0)📝
test_project/test_project/settings.py(+1 -0)📄 Description
Synchronization of user accounts between Modoboa and an LDAP directory.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.