Skip to content
Snippets Groups Projects
Commit 69343add authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

use more appropriate error code

parent 8558b880
No related branches found
No related tags found
No related merge requests found
......@@ -980,7 +980,7 @@ backend_check_restrictions(
if ( ! ( conn->c_listener->sl_perms & S_IXUSR ) ) {
/* no "x" mode means bind required */
*text = "bind required on this listener";
return LDAP_CONFIDENTIALITY_REQUIRED;
return LDAP_STRONG_AUTH_REQUIRED;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment