> I'm doing something wrong or really it is needed to disable stronger auth?
> When connecting exim write:
>         LDAP_OPT_X_TLS_TRY set due to ldap:// URI
> so seems that at least try to connect with tls...

Googling against LDAP_OPT_X_TLS_TRY lead me to solution.

It sufficies to force TLS on exim:

        ldap_start_tls = true
        ldap_require_cert = never

and then setting in smb.conf:

        ldap server require strong auth = allow_sasl_over_tls

works as expected. Sorry.

-- 
  Galleggiano lenti, rotondi e contenti
  la faccia pero` e` solo quella coi denti              (R. Vecchioni)



-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to