From 825aa770893850fb2626def316c4b0f060ef776f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 15 Feb 2020 12:04:06 +0100 Subject: Hopefully, fix most case-sensitivity issues - 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 --- TODO.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index d9fcafa..1dda9b2 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,2 @@ -- Switch to `go mod` for building Bottin - - Implement missing search filters (in applyFilter) - Add an initial prefix to the consul key value - -- Potential bugs with different combinations of lower/uppercase names -- cgit v1.2.3