aboutsummaryrefslogtreecommitdiff
path: root/consul
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-11 22:57:31 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-11 23:19:53 +0100
commit9815004324be1d2396ead81a7e8e02bffcfac47b (patch)
treeb4a544a0e83d18a2854c85c3e1c6f9741577d0c7 /consul
parentcd6da5d52f7e869c83e4a55bf762d9d6b0c96b09 (diff)
downloadinfrastructure-9815004324be1d2396ead81a7e8e02bffcfac47b.tar.gz
infrastructure-9815004324be1d2396ead81a7e8e02bffcfac47b.zip
Switch sogo to bottin2 with bottin2 upgrade & ACL fix
Diffstat (limited to 'consul')
-rw-r--r--consul/configuration/directory/bottin/config.json3
-rw-r--r--consul/configuration/email/sogo/sogo.conf.tpl2
2 files changed, 3 insertions, 2 deletions
diff --git a/consul/configuration/directory/bottin/config.json b/consul/configuration/directory/bottin/config.json
index ca49922..93d95c9 100644
--- a/consul/configuration/directory/bottin/config.json
+++ b/consul/configuration/directory/bottin/config.json
@@ -9,6 +9,7 @@
"cn=admin,dc=deuxfleurs,dc=fr::read add modify delete:*:*",
"*:cn=admin,ou=groups,dc=deuxfleurs,dc=fr:read add modify delete:*:*",
"ANONYMOUS::bind:*,ou=users,dc=deuxfleurs,dc=fr:",
- "ANONYMOUS::bind:cn=admin,dc=deuxfleurs,dc=fr:"
+ "ANONYMOUS::bind:cn=admin,dc=deuxfleurs,dc=fr:",
+ "*,ou=services,ou=users,dc=deuxfleurs,dc=fr::bind:*,ou=users,dc=deuxfleurs,dc=fr:*"
]
}
diff --git a/consul/configuration/email/sogo/sogo.conf.tpl b/consul/configuration/email/sogo/sogo.conf.tpl
index bb13a83..0b87db7 100644
--- a/consul/configuration/email/sogo/sogo.conf.tpl
+++ b/consul/configuration/email/sogo/sogo.conf.tpl
@@ -60,7 +60,7 @@
bindFields = (cn, mail);
canAuthenticate = YES;
displayName = "Bottin";
- hostname = "ldap://bottin.service.2.cluster.deuxfleurs.fr:389";
+ hostname = "ldap://bottin2.service.2.cluster.deuxfleurs.fr:389";
id = bottin;
isAddressBook = NO;
}