mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-08 04:58:57 -06:00
upgrade to Stalwart 0.14.0
* upgrade image version in devtools to 0.14.0 * fix idmldap configuration to use the cn attribute in order for that to also work for groups (groups don't have a uid attribute in the IDM built-in LDAP) * group resources are now checked against LDAP, changed demo-principals.yaml accordingly to refer to a group that exists in LDAP as part of the demo data
This commit is contained in:
@@ -6,7 +6,7 @@ directory.idmldap.attributes.class = "objectClass"
|
||||
directory.idmldap.attributes.description = "displayName"
|
||||
directory.idmldap.attributes.email = "mail"
|
||||
directory.idmldap.attributes.groups = "memberOf"
|
||||
directory.idmldap.attributes.name = "uid"
|
||||
directory.idmldap.attributes.name = "cn"
|
||||
directory.idmldap.attributes.secret = "userPassword"
|
||||
directory.idmldap.base-dn = "o=libregraph-idm"
|
||||
directory.idmldap.bind.auth.method = "default"
|
||||
@@ -16,7 +16,7 @@ directory.idmldap.cache.size = 1048576
|
||||
directory.idmldap.cache.ttl.negative = "10m"
|
||||
directory.idmldap.cache.ttl.positive = "1h"
|
||||
directory.idmldap.filter.email = "(&(|(objectClass=person)(objectClass=groupOfNames))(mail=?))"
|
||||
directory.idmldap.filter.name = "(&(|(objectClass=person)(objectClass=groupOfNames))(uid=?))"
|
||||
directory.idmldap.filter.name = "(&(|(objectClass=person)(objectClass=groupOfNames))(cn=?))"
|
||||
directory.idmldap.timeout = "15s"
|
||||
directory.idmldap.tls.allow-invalid-certs = true
|
||||
directory.idmldap.tls.enable = true
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
- ${STALWART_DOMAIN:-stalwart.opencloud.test}
|
||||
|
||||
stalwart:
|
||||
image: ghcr.io/stalwartlabs/stalwart:v0.13.4-alpine
|
||||
image: ghcr.io/stalwartlabs/stalwart:v0.14.0-alpine
|
||||
hostname: ${STALWART_DOMAIN:-stalwart.opencloud.test}
|
||||
networks:
|
||||
- opencloud-net
|
||||
|
||||
@@ -4,15 +4,14 @@ lynn:
|
||||
quota: 5GB
|
||||
mary:
|
||||
quota: 500MB
|
||||
scientists:
|
||||
programmers:
|
||||
type: group
|
||||
description: "Science folks"
|
||||
description: Programmers
|
||||
emails:
|
||||
- science@example.org
|
||||
- programmers@example.org
|
||||
members:
|
||||
- alan
|
||||
- lynn
|
||||
- mary
|
||||
news:
|
||||
type: list
|
||||
description: "Get your daily science news"
|
||||
|
||||
Reference in New Issue
Block a user