Changed listmonk user to listmonk and fixed matrix element login
This commit is contained in:
parent
a33f19aad9
commit
c3a46ed3d9
@ -53,7 +53,7 @@ EOF
|
||||
cat > /federated/apps/listmonk/data/listmonk/config.toml <<EOF
|
||||
[app]
|
||||
address = "0.0.0.0:9000"
|
||||
admin_username = "admin"
|
||||
admin_username = "listmonk"
|
||||
admin_password = "$ADMINPASS"
|
||||
|
||||
# Database.
|
||||
|
@ -80,8 +80,8 @@ modules:
|
||||
start_tls: true
|
||||
base: "dc=$DOMAIN_FIRST,dc=$DOMAIN_LAST"
|
||||
attributes:
|
||||
uid: "cn"
|
||||
mail: "mail"
|
||||
uid: "uid"
|
||||
name: "givenName"
|
||||
bind_dn: cn=admin,dc=$DOMAIN_FIRST,dc=$DOMAIN_LAST
|
||||
bind_password: $LDAP_SECRET
|
||||
|
Loading…
x
Reference in New Issue
Block a user