summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_id_services.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-03-22 17:49:27 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-03-26 20:17:21 -0400
commit61ab73554e03a2eea4ef51bc5ef02676632eaf6a (patch)
tree9b761910478a58141517ffbd6ed04ef6e44d6b6f /src/providers/ldap/ldap_id_services.c
parent0a78bac242d0172a858d6b65402276aa734a4671 (diff)
downloadsssd-61ab73554e03a2eea4ef51bc5ef02676632eaf6a.tar.gz
sssd-61ab73554e03a2eea4ef51bc5ef02676632eaf6a.tar.xz
sssd-61ab73554e03a2eea4ef51bc5ef02676632eaf6a.zip
LDAP services: Keep the protocol around
Diffstat (limited to 'src/providers/ldap/ldap_id_services.c')
-rw-r--r--src/providers/ldap/ldap_id_services.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_id_services.c b/src/providers/ldap/ldap_id_services.c
index bd7bb5625..c1ee28e03 100644
--- a/src/providers/ldap/ldap_id_services.c
+++ b/src/providers/ldap/ldap_id_services.c
@@ -79,6 +79,7 @@ services_get_send(TALLOC_CTX *mem_ctx,
state->sysdb = id_ctx->be->sysdb;
state->domain = state->id_ctx->be->domain;
state->name = name;
+ state->protocol = protocol;
state->filter_type = filter_type;
state->op = sdap_id_op_create(state, state->id_ctx->conn_cache);