mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#10392 back-ldap does not return a response if incorrect secprops is configured
This commit is contained in:
parent
2a66e3be35
commit
0c69e59f85
1 changed files with 5 additions and 0 deletions
|
|
@ -1408,6 +1408,11 @@ retry_lock:;
|
|||
Debug( LDAP_DEBUG_ANY, "Error: ldap_set_option "
|
||||
"(SECPROPS,\"%s\") failed!\n",
|
||||
sb->sb_secprops );
|
||||
rs->sr_err = LDAP_OTHER;
|
||||
if ( sendok & LDAP_BACK_SENDERR ) {
|
||||
send_ldap_result( op, rs );
|
||||
}
|
||||
LDAP_BACK_CONN_ISBOUND_CLEAR( lc );
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue