Bug 55769 - User schema descriptions for "hard" and "soft" seem to be switched
User schema descriptions for "hard" and "soft" seem to be switched
Status: NEW
Product: UCS
Classification: Unclassified
Component: LDAP
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-03-01 16:51 CET by J Leadbetter
Modified: 2023-03-01 20:08 CET (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 1: Cosmetic issue or missing function but workaround exists
Who will be affected by this bug?: 5: Will affect all installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.029
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): bitesize, Typo/text changes
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J Leadbetter univentionstaff 2023-03-01 16:51:18 CET
In the [UCS User Schema](https://git.knut.univention.de/univention/ucs/-/blob/5.0-3/management/univention-ldap/schema/user.schema) the descriptions seem to mix up "hard" and "soft", relative to the attribute name:

```
NAME 'quotablockhard'
DESC 'Softlimit for Block usage quota'
```

```
NAME 'quotablocksoft'
DESC 'Hard limit for Block usage quota'
```

```
NAME 'quotafilehard'
DESC 'Soft limit for Inode usage quota'
```

```
NAME 'quotafilesoft'
DESC 'Hard limit for Inode usage quota'
```

Ideally the descriptions and names should match, to prevent confusion.