typo in error message

This commit is contained in:
Pierangelo Masarati 2011-01-04 16:16:59 +00:00
parent 733f09bde5
commit 2b44bc5bf6

View file

@ -1717,7 +1717,7 @@ int slap_sasl_bind( Operation *op, SlapReply *rs )
/* EXTERNAL */
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;
send_ldap_result( op, rs );