mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
cc2ef27e36
If server requires LDAP signing we're getting LDAP_STRONG_AUTH_REQUIRED, if "client ldap sasl wrapping = plain", instead of failing we now autoupgrade to "client ldap sasl wrapping = sign" for the given connection. metze