diff options
author | Alex <alex@adnab.me> | 2020-02-11 09:11:26 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2020-02-11 09:11:26 +0100 |
commit | 1c7b89e548592d65d39ad739b625964fde8d9191 (patch) | |
tree | 10d4d2842a5588b78d279139eb4a526d5a677f1e /consul/configuration/directory/bottin/config.json | |
parent | 485c056a42fa37744ccd2e1d9dc81c5cb1349e31 (diff) | |
parent | e91b3e40f84eb9c092e061e58e6912f398cd3faf (diff) | |
download | infrastructure-1c7b89e548592d65d39ad739b625964fde8d9191.tar.gz infrastructure-1c7b89e548592d65d39ad739b625964fde8d9191.zip |
Merge branch 'guichet' of Deuxfleurs/deuxfleurs.fr into master
Diffstat (limited to 'consul/configuration/directory/bottin/config.json')
-rw-r--r-- | consul/configuration/directory/bottin/config.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/consul/configuration/directory/bottin/config.json b/consul/configuration/directory/bottin/config.json new file mode 100644 index 0000000..ca49922 --- /dev/null +++ b/consul/configuration/directory/bottin/config.json @@ -0,0 +1,14 @@ +{ + "suffix": "dc=deuxfleurs,dc=fr", + "bind": "0.0.0.0:1389", + "consul_host": "http://consul.service.2.cluster.deuxfleurs.fr:8500", + "log_level": "debug", + "acl": [ + "*,dc=deuxfleurs,dc=fr::read:*:* !userpassword", + "*::read modify:SELF:*", + "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:" + ] +} |