Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hopefully, fix most case-sensitivity issues | Alex Auvolat | 2020-02-15 | 1 | -9/+22 |
| | | | | | | | | | | | | - DNs are always used in canonical form: lowercase, no spaces. This is how they are internally handled and stored in paths and fields such as member and memberof - Attribute names now can have any combination of lower/uppercase and stuff should work - When modifying an attribute with a name that hase a different lower/upper combination than the previously stored value, keep the previous attribute name - Trim spaces from values and do not store empty values | ||||
* | Remove spaces between dn components, use warnings when necessary | Alex Auvolat | 2020-02-02 | 1 | -2/+18 |
| | |||||
* | Bug fix: case-insensitive value match (except for passwords) | Alex Auvolat | 2020-02-02 | 1 | -0/+8 |
| | |||||
* | Better logging | Alex Auvolat | 2020-02-01 | 1 | -1/+1 |
| | |||||
* | More serious schema enforcement | Alex Auvolat | 2020-01-26 | 1 | -0/+37 |
| | |||||
* | Fixes | Alex Auvolat | 2020-01-26 | 1 | -7/+7 |
| | |||||
* | Less logs but better logs | Alex Auvolat | 2020-01-26 | 1 | -3/+3 |
| | |||||
* | First ACL implementation | Alex Auvolat | 2020-01-26 | 1 | -0/+103 |