forked from Deuxfleurs/bottin
14 lines
396 B
Text
14 lines
396 B
Text
|
{
|
||
|
"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:*:*"
|
||
|
]
|
||
|
}
|
||
|
|