diff options
author | Alex Auvolat <alex@adnab.me> | 2020-01-27 16:32:39 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-01-27 16:32:39 +0100 |
commit | dce432426e325ab43757da9485c612421c912957 (patch) | |
tree | c0c545881343db783369de26fd55530facc81e75 /config.json.example | |
parent | 66c64797706a2e62424c3523564b99f0597cde03 (diff) | |
download | bottin-dce432426e325ab43757da9485c612421c912957.tar.gz bottin-dce432426e325ab43757da9485c612421c912957.zip |
Allow for both TLS and non-TLS connections
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index f4c2781..4249e26 100644 --- a/config.json.example +++ b/config.json.example @@ -1,6 +1,6 @@ { "suffix": "dc=gobottin,dc=eu", - "bind_address": "127.0.0.1:10389", + "bind": "127.0.0.1:1389", "acl": [ "ANONYMOUS::bind:*,ou=users,dc=gobottin,dc=eu:", "ANONYMOUS::bind:cn=admin,dc=gobottin,dc=eu:", |