summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_id.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/ldap/ldap_id.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/ldap/ldap_id.c')
-rw-r--r--src/providers/ldap/ldap_id.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_id.c b/src/providers/ldap/ldap_id.c
index bd46dc9d8..a1984cefd 100644
--- a/src/providers/ldap/ldap_id.c
+++ b/src/providers/ldap/ldap_id.c
@@ -672,7 +672,8 @@ void sdap_check_online(struct be_req *be_req)
struct sdap_id_ctx);
req = sdap_cli_connect_send(be_req, be_req->be_ctx->ev, ctx->opts,
- be_req->be_ctx, ctx->service, false);
+ be_req->be_ctx, ctx->service, false,
+ CON_TLS_DFL, false);
if (req == NULL) {
DEBUG(1, ("sdap_cli_connect_send failed.\n"));
goto done;