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>
Tue, 30 Mar 2010 07:53:11 +0000 (09:53 +0200)
commitcc2ef27e369f0950ec931bf15cba4665c053ac53
treefed4e77699afa6375a655de30ba8a6b67d7704e6
parent21499a148e4b6600d13977eb97c1a77d9bf5fd4c
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
source3/libads/sasl.c