mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 00:46:03 +03:00
[PR #1845] [MERGED] New management command to import LDAP accounts. #2311
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#2311
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/1845
Author: @tonioo
Created: 2/20/2020
Status: ✅ Merged
Merged: 2/24/2020
Merged by: @tonioo
Base:
master← Head:feature/ldap_import_command📝 Commits (6)
b0c0ef4New management command to import LDAP accounts.d15ad2aFixed unit tests.115943eFixed unit tests6205395Added missing setting.f59c761memberuid is a username, not a DN.cd6cd30Fixed test.📊 Changes
8 files changed (+236 additions, -46 deletions)
View changed files
📝
modoboa/core/app_settings.py(+84 -43)📝
modoboa/core/tests/test_views.py(+4 -0)📝
modoboa/ldapsync/lib.py(+94 -0)➕
modoboa/ldapsync/management/__init__.py(+0 -0)➕
modoboa/ldapsync/management/commands/__init__.py(+0 -0)➕
modoboa/ldapsync/management/commands/import_from_ldap_directory.py(+20 -0)📝
modoboa/ldapsync/tests.py(+32 -2)📝
test_data/base.ldif(+2 -1)📄 Description
see #1844
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.