mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 09:55:58 +03:00
[GH-ISSUE #482] LDAP Sync #468
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#468
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?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/482
Originally assigned to: @tonioo on GitHub.
Originally created by Gérald Colangelo on 2012-04-26T13:10:01Z
Modoboa is able to use a LDAP directory to log user in and would create automatically mailboxes if don't exist.
This can be consider as a "basic" LDAP synchronization processus.
The only problem is that user must first login to modoboa to get his mailbox created.
A periodical check against the LDAP directory to create new mailboxes may be useful and may make Modoboa a choice for "Active directory powered companies"...
@almereyda commented on GitHub (Nov 23, 2016):
@pierreozoux In https://github.com/tonioo/modoboa/issues/821#issuecomment-247705224 you mentioned we would need Modoboa to be a read/write LDAP editor. It shouldn't be too hard to reconfigure Postfix and Dovecot to directly authenticate against such a service, if available. Deployment and configuration of an LDAP service and a separate LDAP management plugin can be managed with the
-installer, then. The syncing idea appears a little clumsy, to be frank.@tonioo commented on GitHub (Nov 23, 2016):
@almereyda What would you do instead? Modoboa will never be able to use an LDAP directory as storage backend since Django can't do it...