aboutsummaryrefslogtreecommitdiff
path: root/util.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor & add case normalization logic to putAttributesAlex Auvolat2021-03-091-43/+49
|
* RefactoringAlex Auvolat2021-03-091-3/+3
|
* Hopefully, fix most case-sensitivity issuesAlex Auvolat2020-02-151-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 necessaryAlex Auvolat2020-02-021-2/+18
|
* Bug fix: case-insensitive value match (except for passwords)Alex Auvolat2020-02-021-0/+8
|
* Better loggingAlex Auvolat2020-02-011-1/+1
|
* More serious schema enforcementAlex Auvolat2020-01-261-0/+37
|
* FixesAlex Auvolat2020-01-261-7/+7
|
* Less logs but better logsAlex Auvolat2020-01-261-3/+3
|
* First ACL implementationAlex Auvolat2020-01-261-0/+103