[Dovecot] case insensitive acl
Hello,
I have notice that when I use ACL, the name of the user in the dovec-acl-list file is case sensitive.
Because I use LDAP, the name of the users is case insensitive.
Would it be possible to have an option in Dovecot, to ignore the case of the ACL ?
This would be useful with some ACL managers, like roundcube ACL plugin, that uses an LDAP query to autocomplete the user name for the ACL.
Kind regards, André
On 19.8.2012, at 19.03, Andre Rodier wrote:
I have notice that when I use ACL, the name of the user in the dovec-acl-list file is case sensitive.
Because I use LDAP, the name of the users is case insensitive.
Translate the username to lowercase. It's the default nowadays:
auth_username_format = %Lu
Would it be possible to have an option in Dovecot, to ignore the case of the ACL ?
No.
On 19/08/12 17:25, Timo Sirainen wrote:
On 19.8.2012, at 19.03, Andre Rodier wrote:
I have notice that when I use ACL, the name of the user in the dovec-acl-list file is case sensitive.
Because I use LDAP, the name of the users is case insensitive. Translate the username to lowercase. It's the default nowadays:
auth_username_format = %Lu
Would it be possible to have an option in Dovecot, to ignore the case of the ACL ? No.
Thanks, Timo.
Thanks for your huge work on Dovecot.
participants (2)
-
Andre Rodier
-
Timo Sirainen