Optimized RBAC via LDAP

This commit is contained in:
2025-07-04 08:03:27 +02:00
parent a9f55579a2
commit ee0561db72
25 changed files with 316 additions and 111 deletions

View File

@@ -1,7 +1,8 @@
users:
administrator:
username: "administrator"
username: "administrator"
contact:
description: "General contact account"
username: "contact"
mailu_token_enabled: true
roles:
- mail-bot

View File

@@ -24,4 +24,6 @@ csp:
- https://s.espocrm.com/
domains:
aliases:
- "crm.{{ primary_domain }}"
- "crm.{{ primary_domain }}"
email:
from_name: "Customer Relationship Management ({{ primary_domain }})"

View File

@@ -1,5 +1,3 @@
application_id: "espocrm"
# EspoCRM uses MySQL/MariaDB
database_type: "mariadb"
email:
from_name: "Customer Relationship Management ({{ primary_domain }})"
database_type: "mariadb"