mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #1471] LDAP: new user doesn't have mailbox #1157
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#1157
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 @josph2001 on GitHub (Apr 17, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1471
Impacted versions
Steps to reproduce
Current behavior
core_usertable but not inadmin_mailbox.Expected behavior
Video/Screenshot link (optional)
@tonioo commented on GitHub (Apr 19, 2018):
@josph2001 Have you checked the Modoboa > Parameters > Admin page ? There is an option for that: automatic domain/mailbox creation. Set it to 'yes' and mailboxes should be created.
@josph2001 commented on GitHub (Apr 19, 2018):
@tonioo The option is already enabled. I didn't try it yet since the beginning.
@tonioo commented on GitHub (Apr 19, 2018):
What is your LDAP directory?
On 19/04/2018 10:29, josph2001 wrote:
@josph2001 commented on GitHub (Apr 19, 2018):
@tonioo I'm using OpenLDAP on Ubuntu.
@tonioo commented on GitHub (Apr 25, 2018):
@josph2001 What username is used to login?
@josph2001 commented on GitHub (Apr 26, 2018):
@tonioo the email address is being used to login. It will be matched with the email field in LDAP user.
@tonioo commented on GitHub (Apr 26, 2018):
Can you paste your modoboa LDAP config somewhere?
@josph2001 commented on GitHub (Apr 27, 2018):
@tonioo Is it what you are mentioning about?
@tonioo commented on GitHub (Apr 27, 2018):
@josph2001 Have you seen this issue with more than 1 user? Looks like something failed during the creation process...
@josph2001 commented on GitHub (Apr 27, 2018):
@tonioo yes, I had tried with few users in same domain or in different one.
@josph2001 commented on GitHub (May 17, 2018):
@tonioo as far as my observation, if I create a mailbox first from admin panel, then login with ldap credentials, everything will be fine. I guess auto mailbox creation is not working properly.
@tonioo commented on GitHub (May 17, 2018):
@josph2001 I really don't understand what is happening... Could it be possible to access your server?
@josph2001 commented on GitHub (Jul 19, 2018):
@tonioo it seems the issue was with ldap lib (django-auth-ldap), I was upgraded to 1.6.2 (from 1.2) then everything is fine now. Thanks!