Lines Matching refs:proxyauthz
240 /* don't add proxyAuthz; set the bindDN */
284 /* If defined, proxyAuthz will be used also when
1349 * FIXME: we need to let clients use proxyAuthz
1364 * add the proxyAuthz control to every operation with the
1368 * It allows to use SASL bind and yet proxyAuthz users
2081 /* don't proxyAuthz if protocol is not LDAPv3 */
2473 /* set rebind stuff in case of successful proxyAuthz bind,
2502 * ldap_back_proxy_authz_ctrl() prepends a proxyAuthz control
2514 * and explicitly add proxyAuthz the control to every operation
2518 * simply add the proxyAuthz control; otherwise, if the
2519 * proxyAuthz control is not already set, add it as
2566 * FIXME: we do not want to perform proxyAuthz
2573 * to avoid unwanted proxyAuthz to take place.
2577 rs->sr_text = "proxyAuthz not allowed within namingContext";
2625 * 1) ignore the already set proxyAuthz control
2641 rs->sr_text = "proxyAuthz not allowed within namingContext";
2678 /* if we got here, "" is allowed to proxyAuthz */
2837 /* proxyAuthz for identity assertion */
2904 LDAPControl *proxyauthz = ldap_control_find(
2909 if ( j1 && proxyauthz && proxyauthz == op->o_ctrls[ i ] ) {