s3:libads: retry with signing after getting LDAP_STRONG_AUTH_REQUIRED
authorStefan Metzmacher <metze@samba.org>
Tue, 30 Mar 2010 07:50:09 +0000 (09:50 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 7 Apr 2010 12:00:06 +0000 (14:00 +0200)
commit2628b81a5a4b1fb0ec43f3dd865680dfad0fec4a
treeaae8cc23cc76009658cd984fd7576ea34d484810
parentb638e42e63eea2e55f669dcac951eafc5bb99228
s3:libads: retry with signing after getting LDAP_STRONG_AUTH_REQUIRED

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
(cherry picked from commit cc2ef27e369f0950ec931bf15cba4665c053ac53)
source3/libads/sasl.c