From 4fdba43dd65b785601372c31ba76f5eb80df1aea Mon Sep 17 00:00:00 2001 From: Joachim Desroches Date: Thu, 20 Jan 2022 12:39:55 +0100 Subject: [PATCH] [__matrix_synapse]: typos in manpage. --- type/__matrix_synapse/man.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/type/__matrix_synapse/man.rst b/type/__matrix_synapse/man.rst index 0589a5e..d13e80a 100644 --- a/type/__matrix_synapse/man.rst +++ b/type/__matrix_synapse/man.rst @@ -1,5 +1,5 @@ cdist-type__matrix_synapse(7) -====================== +============================= NAME ---- @@ -8,7 +8,7 @@ cdist-type__matrix_synapse - Install and configure Synapse, a Matrix homeserver DESCRIPTION ----------- -This type install and configure the Synapse Matrix homeserver. This is a +This type installs and configures the Synapse Matrix homeserver. This is a signleton type. @@ -52,13 +52,13 @@ ldap-base-dn Base DN of your LDAP tree. ldap-uid-attribute - LDAP attriute mapping to Synapse's uid field, default to uid. + LDAP attribute mapping to Synapse's uid field, default to uid. ldap-mail-attribute - LDAP attriute mapping to Synapse's mail field, default to mail. + LDAP attribute mapping to Synapse's mail field, default to mail. ldap-name-attribute - LDAP attriute mapping to Synapse's name field, default to givenName. + LDAP attribute mapping to Synapse's name field, default to givenName. ldap-bind-dn User used to authenticate against your LDAP server in 'search' mode. @@ -81,7 +81,7 @@ smtp-host The hostname of the outgoing SMTP server to use. Defaults to 'localhost'. smtp-port - # The port on the mail server for outgoing SMTP. Defaults to 25. + The port on the mail server for outgoing SMTP. Defaults to 25. smtp-user Username for authentication to the SMTP server. By