mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
typo in error message
This commit is contained in:
parent
733f09bde5
commit
2b44bc5bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -1717,7 +1717,7 @@ int slap_sasl_bind( Operation *op, SlapReply *rs )
|
||||||
/* EXTERNAL */
|
/* EXTERNAL */
|
||||||
|
|
||||||
if( op->orb_cred.bv_len ) {
|
if( op->orb_cred.bv_len ) {
|
||||||
rs->sr_text = "proxy authorization not support";
|
rs->sr_text = "proxy authorization not supported";
|
||||||
rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
|
rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
|
||||||
send_ldap_result( op, rs );
|
send_ldap_result( op, rs );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue