Skip to content
Snippets Groups Projects
Commit d7b311c6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

s/LDAP_NOT_SUPPORTED/LDAP_UNWILLING_TO_PERFORM/

parent ddd05592
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ perl_back_compare(
PerlBackend *perl_back = (PerlBackend *)be->be_private;
send_ldap_result( conn, op, LDAP_NOT_SUPPORTED,
send_ldap_result( conn, op, LDAP_UNWILLING_TO_PERFORM,
"", "not yet implemented" );
#ifdef notdef
......
......@@ -34,7 +34,7 @@ perl_back_unbind(
Operation *op
)
{
send_ldap_result( conn, op, LDAP_NOT_SUPPORTED,
send_ldap_result( conn, op, LDAP_UNWILLING_TO_PERFORM,
"", "not yet implemented" );
Debug( LDAP_DEBUG_TRACE, "Perl UNBIND\n", 0, 0, 0 );
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment