diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-03-22 17:49:27 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-26 20:17:21 -0400 |
commit | 61ab73554e03a2eea4ef51bc5ef02676632eaf6a (patch) | |
tree | 9b761910478a58141517ffbd6ed04ef6e44d6b6f /src/providers/ldap/ldap_id_services.c | |
parent | 0a78bac242d0172a858d6b65402276aa734a4671 (diff) | |
download | sssd-61ab73554e03a2eea4ef51bc5ef02676632eaf6a.tar.gz sssd-61ab73554e03a2eea4ef51bc5ef02676632eaf6a.tar.bz2 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.c | 1 |
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 bd7bb562..c1ee28e0 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); |