diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-28 18:48:15 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-28 18:48:15 +0100 |
commit | 210753cf92064fc9935c4328382004541cfb7a02 (patch) | |
tree | d77129fd1ef01b1417b4bf456707e846177f0d26 | |
parent | ddbe7eaf9d6301b5781c6d28528e29933b0a089f (diff) | |
download | guichet-210753cf92064fc9935c4328382004541cfb7a02.tar.gz guichet-210753cf92064fc9935c4328382004541cfb7a02.zip |
Fix link
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -65,7 +65,7 @@ Invitation codes are created as temporary LDAP objects in a special folder. - `invitation_base_dn`: the LDAP folder in which invitation codes are stored - `invitation_name_attr`: just use `cn` - `invited_mail_format`: automatically set the invited user's email to this string, where `{}` is replaced by the created username (ex: `{}@deuxfleurs.fr`) -- `invited_auto_groups` (list of strings): a list of DNs of LDAP groups to which newly created users are added +- `invited_auto_groups` (list of strings): a list of DNs of LDAP groups #### Email configuration @@ -78,7 +78,7 @@ Guichet can send an invitation link by email. To do so, an SMTP server must be c ## Example configuration -This is a subset of the configuration we use on <deuxfleurs.fr>: +This is a subset of the configuration we use on Deuxfleurs: ``` { |