On 30/10/2018 12:10, Claudia Koch via Exim-users wrote:
> Unable to authenticate at present (set_id=xxxxx): missing } at end of
> condition inside "or" group
> Does anyone have any idea how I could solve this?
Get a bracket-matching editor. I _think_ your missing } is about here:
> {ldap://ldap1.abc.net/LDAP_BASE??sub?(|(uid=$2)(mail=$2)(mailAlias=$2)(mailAlternateAddress=$2))}}}}}
^^^^^
but without bothering to understand exactly what you're doing, I could be wrong.
"exim -be -d-all+expand" is another useful tool.
--
Cheers,
Jeremy