aboutsummaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example
new file mode 100644
index 0000000..f4c2781
--- /dev/null
+++ b/config.json.example
@@ -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:*:*"
+ ]
+}
+