summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_auth.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-07-27 18:34:04 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-11-29 14:21:07 -0500
commit9b9c7f8caddf2b57adfbef8741651ee5063fa3bd (patch)
tree6c1a922399f85699ccb4cab84de606aaf553a6ce /src/providers/ipa/ipa_auth.c
parent069a5fe72d38f8e15b4416992453ac41a425ce9a (diff)
downloadsssd-9b9c7f8caddf2b57adfbef8741651ee5063fa3bd.tar.gz
sssd-9b9c7f8caddf2b57adfbef8741651ee5063fa3bd.tar.xz
sssd-9b9c7f8caddf2b57adfbef8741651ee5063fa3bd.zip
Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connections
Diffstat (limited to 'src/providers/ipa/ipa_auth.c')
-rw-r--r--src/providers/ipa/ipa_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_auth.c b/src/providers/ipa/ipa_auth.c
index f0bdd429e..713bf3e76 100644
--- a/src/providers/ipa/ipa_auth.c
+++ b/src/providers/ipa/ipa_auth.c
@@ -92,7 +92,7 @@ static struct tevent_req *get_password_migration_flag_send(TALLOC_CTX *memctx,
subreq = sdap_cli_connect_send(state, ev, sdap_auth_ctx->opts,
sdap_auth_ctx->be, sdap_auth_ctx->service,
- true);
+ true, CON_TLS_DFL, false);
if (subreq == NULL) {
DEBUG(1, ("sdap_cli_connect_send failed.\n"));
goto fail;