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

This commit is contained in:
Pierangelo Masarati 2006-03-28 21:45:54 +00:00
parent e673b4d9ad
commit bacd1f170f

View File

@ -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;
}
}