auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()
authorAndrew Bartlett <abartlet@samba.org>
Mon, 16 Sep 2013 16:38:09 +0000 (09:38 -0700)
committerNadezhda Ivanova <nivanova@symas.com>
Mon, 16 Sep 2013 21:44:28 +0000 (14:44 -0700)
commit3f464ca1f5672491edf5daf15389cf7f2dc68e2b
treef9dd6d6390632ac5968e084ef7c5cae7f5c12ec3
parent68f7cd1724480a9bae36692d19b94e10fb1b9e73
auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()

This will allow us to force the use of only DIGEST-MD5, for example, which is useful
to avoid hitting GSSAPI, SPNEGO or NTLM when talking to OpenLDAP and Cyrus-SASL.

Andrew Bartlett

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
auth/credentials/credentials.c
auth/credentials/credentials.h
auth/credentials/credentials_internal.h
auth/credentials/pycredentials.c
auth/gensec/gensec_start.c