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
|
cat > /federated/apps/listmonk/data/listmonk/config.toml <<EOF
|
||||||
[app]
|
[app]
|
||||||
address = "0.0.0.0:9000"
|
address = "0.0.0.0:9000"
|
||||||
admin_username = "admin"
|
admin_username = "listmonk"
|
||||||
admin_password = "$ADMINPASS"
|
admin_password = "$ADMINPASS"
|
||||||
|
|
||||||
# Database.
|
# Database.
|
||||||
|
@ -80,8 +80,8 @@ modules:
|
|||||||
start_tls: true
|
start_tls: true
|
||||||
base: "dc=$DOMAIN_FIRST,dc=$DOMAIN_LAST"
|
base: "dc=$DOMAIN_FIRST,dc=$DOMAIN_LAST"
|
||||||
attributes:
|
attributes:
|
||||||
uid: "cn"
|
|
||||||
mail: "mail"
|
mail: "mail"
|
||||||
|
uid: "uid"
|
||||||
name: "givenName"
|
name: "givenName"
|
||||||
bind_dn: cn=admin,dc=$DOMAIN_FIRST,dc=$DOMAIN_LAST
|
bind_dn: cn=admin,dc=$DOMAIN_FIRST,dc=$DOMAIN_LAST
|
||||||
bind_password: $LDAP_SECRET
|
bind_password: $LDAP_SECRET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user