mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 10:59:33 -05:00
s/LDAP_NOT_SUPPORTED/LDAP_UNWILLING_TO_PERFORM/
This commit is contained in:
parent
ddd0559284
commit
d7b311c6e1
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue