Apply modifier on long_name variables
Leon Kyneur
leon at dexterous.org
Wed Feb 3 06:49:47 UTC 2016
Just realized my mistake.. (should read more carefully).
* Long variable names can be used like %{long_name} or with L modifier:
%L{long_name} .
So by changing %Ddomain_first to %D{domain_first} fixed my issue.
On Wed, Feb 3, 2016 at 5:03 PM Leon Kyneur <leon at dexterous.org> wrote:
> Hi,
>
> Wondering why it's not possible to do the following in ldap args file:
> base = ou=People,dc=%Ddomain_first,o=ISP
>
> however this does work:
> base = ou=People,dc=%Dd,o=ISP
>
> is it intentional that modifiers do not work on long names?
>
> Thanks
>
> Leon
>
More information about the dovecot
mailing list