aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-01-26 19:27:17 +0100
committerAlex Auvolat <alex@adnab.me>2020-01-26 19:27:17 +0100
commitc1f0247586c98bbdfc42c4a8db3410d34dfbc500 (patch)
tree8fb0d95dd922d5d6b7a5dd748f91ee050261ae35 /config.json
parent611d182907c3c567f9000c4e0dc00da95e2d64f6 (diff)
downloadbottin-c1f0247586c98bbdfc42c4a8db3410d34dfbc500.tar.gz
bottin-c1f0247586c98bbdfc42c4a8db3410d34dfbc500.zip
Externalize config
Diffstat (limited to 'config.json')
-rw-r--r--config.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.json b/config.json
new file mode 100644
index 0000000..f4c2781
--- /dev/null
+++ b/config.json
@@ -0,0 +1,13 @@
+{
+ "suffix": "dc=gobottin,dc=eu",
+ "bind_address": "127.0.0.1:10389",
+ "acl": [
+ "ANONYMOUS::bind:*,ou=users,dc=gobottin,dc=eu:",
+ "ANONYMOUS::bind:cn=admin,dc=gobottin,dc=eu:",
+ "*,dc=gobottin,dc=eu::read:*:* !userpassword",
+ "*::read modify:SELF:*",
+ "cn=admin,dc=gobottin,dc=eu::read add modify delete:*:*",
+ "*:cn=admin,ou=groups,dc=gobottin,dc=eu:read add modify delete:*:*"
+ ]
+}
+