forked from Deuxfleurs/infrastructure
Switch sogo to bottin2 with bottin2 upgrade & ACL fix
This commit is contained in:
parent
cd6da5d52f
commit
9815004324
3 changed files with 4 additions and 3 deletions
|
@ -9,6 +9,7 @@
|
|||
"cn=admin,dc=deuxfleurs,dc=fr::read add modify delete:*:*",
|
||||
"*:cn=admin,ou=groups,dc=deuxfleurs,dc=fr:read add modify delete:*:*",
|
||||
"ANONYMOUS::bind:*,ou=users,dc=deuxfleurs,dc=fr:",
|
||||
"ANONYMOUS::bind:cn=admin,dc=deuxfleurs,dc=fr:"
|
||||
"ANONYMOUS::bind:cn=admin,dc=deuxfleurs,dc=fr:",
|
||||
"*,ou=services,ou=users,dc=deuxfleurs,dc=fr::bind:*,ou=users,dc=deuxfleurs,dc=fr:*"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
bindFields = (cn, mail);
|
||||
canAuthenticate = YES;
|
||||
displayName = "Bottin";
|
||||
hostname = "ldap://bottin.service.2.cluster.deuxfleurs.fr:389";
|
||||
hostname = "ldap://bottin2.service.2.cluster.deuxfleurs.fr:389";
|
||||
id = bottin;
|
||||
isAddressBook = NO;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ job "directory2" {
|
|||
task "bottin" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "lxpz/bottin_amd64:8"
|
||||
image = "lxpz/bottin_amd64:10"
|
||||
readonly_rootfs = true
|
||||
port_map {
|
||||
ldap_port = 1389
|
||||
|
|
Loading…
Reference in a new issue