Changes between Version 1 and Version 2 of Ticket #459, comment 1
- Timestamp:
- Mar 20, 2017, 10:15:34 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #459, comment 1
v1 v2 1 Dovecot drops the domain part of the username input given by roundcube => If the input is ''lferran@orxonox. info'' authentication is only done with ''lferran''.1 Dovecot drops the domain part of the username input given by roundcube => If the input is ''lferran@orxonox.net'' authentication is only done with ''lferran''. 2 2 3 3 The problem was solved by modifying the ldap filter in the dovecot configuration. In ''/etc/dovecot/dovecot-ldap.conf.ext: … … 8 8 }}} 9 9 10 Now, when roundcube has a new user@orxonox. info+ password to validate:10 Now, when roundcube has a new user@orxonox.net + password to validate: 11 11 1. Sends the credentials to Dovecot 12 12 2. Dovecot performs a ldap bind 13 3. Dovecot searches for user@orxonox. infoin the ldap directory and compares the password13 3. Dovecot searches for user@orxonox.net in the ldap directory and compares the password 14 14 15 15 More information about how this issue has been solved [http://wiki.dovecot.org/Variables here].