From edcf38f274b5e9022d4d92d294a9267bec13b882 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 2 Aug 2013 17:53:52 +0200 Subject: Enable removing nonexisting dn in sdap_handle_account_info Change was introduced in commit ca344fde --- src/providers/ldap/ldap_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/providers/ldap/ldap_id.c b/src/providers/ldap/ldap_id.c index edf5106fa..5fd05ebbd 100644 --- a/src/providers/ldap/ldap_id.c +++ b/src/providers/ldap/ldap_id.c @@ -1351,7 +1351,7 @@ void sdap_handle_account_info(struct be_req *breq, struct sdap_id_ctx *ctx, } req = sdap_handle_acct_req_send(breq, breq, ar, ctx, - ctx->opts->sdom, conn, NULL); + ctx->opts->sdom, conn, true); if (req == NULL) { return sdap_handler_done(breq, DP_ERR_FATAL, ENOMEM, "Out of memory"); } -- cgit