diff options
-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); |