mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
fix: fix wrong group mapping in autoprovisioning setup
This commit is contained in:
@@ -11,7 +11,6 @@ services:
|
|||||||
OC_LDAP_USER_BASE_DN: "ou=users,dc=opencloud,dc=eu"
|
OC_LDAP_USER_BASE_DN: "ou=users,dc=opencloud,dc=eu"
|
||||||
OC_LDAP_USER_FILTER: "(objectclass=inetOrgPerson)"
|
OC_LDAP_USER_FILTER: "(objectclass=inetOrgPerson)"
|
||||||
GRAPH_LDAP_SERVER_UUID: "false"
|
GRAPH_LDAP_SERVER_UUID: "false"
|
||||||
GRAPH_LDAP_GROUP_CREATE_BASE_DN: "ou=custom,ou=groups,dc=opencloud,dc=eu"
|
|
||||||
GRAPH_LDAP_REFINT_ENABLED: "true" # osixia has refint enabled.
|
GRAPH_LDAP_REFINT_ENABLED: "true" # osixia has refint enabled.
|
||||||
FRONTEND_READONLY_USER_ATTRIBUTES: "user.onPremisesSamAccountName,user.displayName,user.mail,user.passwordProfile,user.accountEnabled,user.appRoleAssignments"
|
FRONTEND_READONLY_USER_ATTRIBUTES: "user.onPremisesSamAccountName,user.displayName,user.mail,user.passwordProfile,user.accountEnabled,user.appRoleAssignments"
|
||||||
PROXY_OIDC_REWRITE_WELLKNOWN: "true"
|
PROXY_OIDC_REWRITE_WELLKNOWN: "true"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.ldap-manager.entrypoints=https"
|
- "traefik.http.routers.ldap-manager.entrypoints=https"
|
||||||
- "traefik.http.routers.ldap-manager.rule=Host(`${LDAP_MANAGER_DOMAIN:-ldap.opencloud.test}`)"
|
- "traefik.http.routers.ldap-manager.rule=Host(`${LDAP_MANAGER_DOMAIN:-ldap.opencloud.test}`)"
|
||||||
- "traefik.http.routers.ldap-manager.tls.certresolver=letsencrypt"
|
- "traefik.http.routers.ldap-manager.${TRAEFIK_SERVICES_TLS_CONFIG}"
|
||||||
- "traefik.http.routers.ldap-manager.service=ldap-manager"
|
- "traefik.http.routers.ldap-manager.service=ldap-manager"
|
||||||
- "traefik.http.services.ldap-manager.loadbalancer.server.port=8080"
|
- "traefik.http.services.ldap-manager.loadbalancer.server.port=8080"
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
Reference in New Issue
Block a user