forked from Deuxfleurs/bottin
14 lines
460 B
Text
14 lines
460 B
Text
{
|
|
"suffix": "dc=earthnet,dc=local",
|
|
"bind": "127.0.0.1:1389",
|
|
"acl": [
|
|
"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",
|
|
"*::read modify:SELF:*",
|
|
"cn=admin,dc=earthnet,dc=local::read add modify delete:*:*",
|
|
"*:cn=admin,ou=groups,dc=earthnet,dc=local:read add modify delete:*:*"
|
|
]
|
|
}
|
|
|