diff options
author | Alex Auvolat <alex@adnab.me> | 2020-01-26 21:03:18 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-01-26 21:03:18 +0100 |
commit | 8e4537d2ef7cad3428d1ca668568d928f2a472d3 (patch) | |
tree | 3618552d5ac9658bebc9f6d34cf8d0114dfc423c /config.json | |
parent | 0bd2aeef061618d933477c71b69d209d6599bda2 (diff) | |
download | bottin-8e4537d2ef7cad3428d1ca668568d928f2a472d3.tar.gz bottin-8e4537d2ef7cad3428d1ca668568d928f2a472d3.zip |
Fixes
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config.json b/config.json deleted file mode 100644 index f4c2781..0000000 --- a/config.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "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:*:*" - ] -} - |