Re: [exim] Problem to Authenticate against two LDAP's

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Problem to Authenticate against two LDAP's
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