Actions
Bug #8258
closed
GL
GL
ldap: no invalid_data event in case of invalid request
Bug #8258:
ldap: no invalid_data event in case of invalid request
Affected Versions:
Effort:
Difficulty:
Label:
Description
While reviewing the LDAP code, I noticed that in parse_request:
1. tx.tx_data.updated_ts is not set to true when a new transaction is created.
2. LdapEvent::InvalidData is not set when a request is not parsed correctly.
Actions