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 --- bottin.hcl.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bottin.hcl.example') diff --git a/bottin.hcl.example b/bottin.hcl.example index 444a5b7..4547a7b 100644 --- a/bottin.hcl.example +++ b/bottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/bottin_amd64:13" + image = "lxpz/bottin_amd64:14" readonly_rootfs = true port_map { ldap_port = 389 -- cgit v1.2.3