aboutsummaryrefslogtreecommitdiff
path: root/bottin.hcl.example
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 /bottin.hcl.example
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 'bottin.hcl.example')
-rw-r--r--bottin.hcl.example2
1 files changed, 1 insertions, 1 deletions
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