]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix LDAP_AUTH_UNKNOWN bug (ITS#831)
authorKurt Zeilenga <kurt@openldap.org>
Fri, 13 Oct 2000 20:16:15 +0000 (20:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 13 Oct 2000 20:16:15 +0000 (20:16 +0000)
servers/slapd/bind.c

index ade43afd81078033f4886139309bef65c3b41e1f..f72e2be16d6bc086c9e5c0afe36fa52393e2d223 100644 (file)
@@ -331,7 +331,7 @@ do_bind(
 #endif
 
        } else {
-               rc = LDAP_AUTH_UNKNOWN;
+               rc = LDAP_AUTH_METHOD_NOT_SUPPORTED;
                text = "unknown authentication method";
 
                send_ldap_result( conn, op, rc,