]> git.sur5r.net Git - openldap/commitdiff
typo in error message
authorPierangelo Masarati <ando@openldap.org>
Tue, 4 Jan 2011 16:16:59 +0000 (16:16 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 4 Jan 2011 16:16:59 +0000 (16:16 +0000)
servers/slapd/sasl.c

index c357d2d86c0df128e75c052cc4507ade60e25266..e7d8e38645d1373e991c79b688773b5077e45bdf 100644 (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 );