bottin/config.json.example

15 lines
460 B
Text
Raw Normal View History

2020-01-26 19:27:17 +01:00
{
2022-02-08 12:02:32 +01:00
"suffix": "dc=earthnet,dc=local",
"bind": "127.0.0.1:1389",
2020-01-26 19:27:17 +01:00
"acl": [
2022-02-08 12:02:32 +01:00
"ANONYMOUS::bind:*,ou=users,dc=earthnet,dc=local:",
"ANONYMOUS::bind:*,ou=People,dc=earthnet,dc=local:",
"ANONYMOUS::bind:cn=admin,dc=earthnet,dc=local:",
"*,dc=earthnet,dc=local::read:*:* !userpassword",
2020-01-26 19:27:17 +01:00
"*::read modify:SELF:*",
2022-02-08 12:02:32 +01:00
"cn=admin,dc=earthnet,dc=local::read add modify delete:*:*",
"*:cn=admin,ou=groups,dc=earthnet,dc=local:read add modify delete:*:*"
2020-01-26 19:27:17 +01:00
]
}