Skip to content
Snippets Groups Projects
Commit bacd1f17 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

leave existing controls in place if proxyAuthz is not required by idassert (ITS#4457)

parent e673b4d9
No related branches found
No related tags found
No related merge requests found
......@@ -1433,9 +1433,9 @@ ldap_back_proxy_authz_ctrl(
{
/* ndn is not authorized
* to use idassert */
return rc;
rs->sr_err = rc;
}
return rs->sr_err;
goto done;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment