3 Feb
2016
3 Feb
'16
8:49 a.m.
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@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