Bug 55185 - ucsschoolRecordUID is checked case insensitive at first and later case sensitive
ucsschoolRecordUID is checked case insensitive at first and later case sensitive
Status: NEW
Product: UCS@school
Classification: Unclassified
Component: Import scripts
UCS@school 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS@school maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-09-09 17:01 CEST by Jair Ritter
Modified: 2022-09-12 08:59 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.034
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): bitesize
Max CVSS v3 score:


Attachments
shorted, anonymized logfile (2.83 KB, text/x-log)
2022-09-09 17:01 CEST, Jair Ritter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jair Ritter 2022-09-09 17:01:25 CEST
Created attachment 10987 [details]
shorted, anonymized logfile

The import checks the ucsschoolSourceUID and ucsschoolRecordUID to find an existing user. This is done with ldapsearch wich is not case sensitive.

Later the uniqueness of the uid is checked. This check fails if the "old" ucsschoolRecordUID has an upper case letter which is a lower case letter in the "new" ucsschoolRecordUID


Example:

ucsschoolSourceUID in LDAP: "AbC"
ucsschoolSourceUID in Import-File: "abC"