diff options
author | MrArmonius <mrarmonius@gmail.com> | 2021-07-09 15:47:54 +0200 |
---|---|---|
committer | MrArmonius <mrarmonius@gmail.com> | 2021-07-19 18:57:40 +0200 |
commit | da627ac39ad437bfb6be7e5f343933a0ca4e5073 (patch) | |
tree | ee2a5e87a9c872e668deaf5dea056552e177442f /test_automatic/config.json.test | |
parent | a98556d5c1241f9150202d72ea096a775d97a582 (diff) | |
download | bottin-da627ac39ad437bfb6be7e5f343933a0ca4e5073.tar.gz bottin-da627ac39ad437bfb6be7e5f343933a0ca4e5073.zip |
Script in ash to launch our test V1.0 (end-to-end) in a Consul's
container
Diffstat (limited to 'test_automatic/config.json.test')
-rw-r--r-- | test_automatic/config.json.test | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test_automatic/config.json.test b/test_automatic/config.json.test new file mode 100644 index 0000000..bc1eeec --- /dev/null +++ b/test_automatic/config.json.test @@ -0,0 +1,13 @@ +{ + "suffix": "dc=deuxfleurs,dc=fr", + "bind": "127.0.0.1:1389", + "acl": [ + "ANONYMOUS::bind:*,ou=users,dc=deuxfleurs,dc=fr:", + "ANONYMOUS::bind:cn=admin,dc=deuxfleurs,dc=fr:", + "*,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:*:*" + ] +} + |