aboutsummaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-01-31 22:15:40 +0100
committerAlex Auvolat <alex@adnab.me>2020-01-31 22:15:40 +0100
commit7962e7b26201506d38bff049d6d20c0fb81df38e (patch)
treebe8a9472f743052a8314ca5621e32151c10ae000 /config.json.example
parente1f5c31402df97594116267b4f918582f2496ee0 (diff)
downloadbottin-7962e7b26201506d38bff049d6d20c0fb81df38e.tar.gz
bottin-7962e7b26201506d38bff049d6d20c0fb81df38e.zip
Rebrand to Bottin (with Superboum's benediction)
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.json.example b/config.json.example
index 4249e26..a1840db 100644
--- a/config.json.example
+++ b/config.json.example
@@ -1,13 +1,13 @@
{
- "suffix": "dc=gobottin,dc=eu",
+ "suffix": "dc=bottin,dc=eu",
"bind": "127.0.0.1:1389",
"acl": [
- "ANONYMOUS::bind:*,ou=users,dc=gobottin,dc=eu:",
- "ANONYMOUS::bind:cn=admin,dc=gobottin,dc=eu:",
- "*,dc=gobottin,dc=eu::read:*:* !userpassword",
+ "ANONYMOUS::bind:*,ou=users,dc=bottin,dc=eu:",
+ "ANONYMOUS::bind:cn=admin,dc=bottin,dc=eu:",
+ "*,dc=bottin,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:*:*"
+ "cn=admin,dc=bottin,dc=eu::read add modify delete:*:*",
+ "*:cn=admin,ou=groups,dc=bottin,dc=eu:read add modify delete:*:*"
]
}