summaryrefslogtreecommitdiffstats
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:34 -0400
commitc17a91ef5853603cc64ab2916cf1c8cc278fc159 (patch)
tree8284ccc1a8a1f6107124333be5f2ca235fe62d08
parent1e46d25741ef548342ba5b566ae21810073abffd (diff)
downloadsssd-c17a91ef5853603cc64ab2916cf1c8cc278fc159.tar.gz
sssd-c17a91ef5853603cc64ab2916cf1c8cc278fc159.tar.xz
sssd-c17a91ef5853603cc64ab2916cf1c8cc278fc159.zip
LDAP services: Keep the protocol around
-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);