aboutsummaryrefslogtreecommitdiff
path: root/consul/configuration/directory/bottin/config.json
blob: 93d95c926ca1007faaa2ca36e448a189a48fda1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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:",
		"*,ou=services,ou=users,dc=deuxfleurs,dc=fr::bind:*,ou=users,dc=deuxfleurs,dc=fr:*"
  ]
}