aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-15 12:04:06 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-15 12:07:31 +0100
commit825aa770893850fb2626def316c4b0f060ef776f (patch)
treeec09d3475f50886c001af29f4b593a9167be084a /TODO.md
parent0c4d55895cfda3632af8ada1cebd3e14addb6033 (diff)
downloadbottin-825aa770893850fb2626def316c4b0f060ef776f.tar.gz
bottin-825aa770893850fb2626def316c4b0f060ef776f.zip
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
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 0 insertions, 4 deletions
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