mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #288] Online LDAP settings #271
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#271
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/288
Originally assigned to: @tonioo on GitHub.
Originally created by Antoine Nguyen on 2012-07-05T19:22:56Z
-Modoboa must be able to store information into an LDAP directory instead of a SQL database. The question is: what to store in the directory and what to keep into the database?-
The current LDAP support is enough for a 1.0 version, we just need a simple way to configure the authentication. Editing the settings.py file is not very smart...
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Patrick Ben Koetter on 2012-10-26T19:43:20Z
Antoine Nguyen wrote:
Store identity related information in LDAP and application related settings in SQL.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-04-12T20:44:30Z
Setting parameters through the interface works. Now I need to test if the django_auth_ldap module accepts those parameters!
I also think I should apply parameters to the settings module each time the form is modified.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-04-13T08:16:08Z
Applied in changeset commit:8333ae067695.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-04-16T12:21:04Z
Applied in changeset commit:bcb2bc36f2e7448908c82205d9b8d8b40ce52370.