Switch sogo to bottin2 with bottin2 upgrade & ACL fix

This commit is contained in:
Alex 2020-02-11 22:57:31 +01:00
parent cd6da5d52f
commit 9815004324
3 changed files with 4 additions and 3 deletions

View file

@ -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:*"
]
}

View file

@ -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;
}

View file

@ -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