Bug 53406 - missing LDAP index for brokerID
missing LDAP index for brokerID
Status: VERIFIED FIXED
Product: Components
Classification: Unclassified
Component: ucsschool-apis
unspecified
Other Linux
: P5 normal (vote)
: ---
Assigned To: Daniel Tröder
UCS@school maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-06-06 10:42 CEST by Daniel Tröder
Modified: 2021-06-08 08:25 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 4: A User would return the product
User Pain: 0.046
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Tröder univentionstaff 2021-06-06 10:42:40 CEST
The ID Broker app searches the LDAP for users using an extended attribute "brokerID". The search will massively profit from an index entry.
Comment 1 Daniel Tröder univentionstaff 2021-06-06 12:18:15 CEST
The join script now creates an index for "brokerID", if there is none.

[main e1359fc] Bug #53406: add LDAP index for brokerID

Preliminary API documentation was added. Will have to be adapted when the API changes.

[main 497a21f] Bug #53406: improve documentation
Comment 2 Ole Schwiegert univentionstaff 2021-06-08 08:25:42 CEST
Index is created, looks good.