aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-28 18:48:15 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-28 18:48:15 +0100
commit210753cf92064fc9935c4328382004541cfb7a02 (patch)
treed77129fd1ef01b1417b4bf456707e846177f0d26
parentddbe7eaf9d6301b5781c6d28528e29933b0a089f (diff)
downloadguichet-210753cf92064fc9935c4328382004541cfb7a02.tar.gz
guichet-210753cf92064fc9935c4328382004541cfb7a02.zip
Fix link
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c35906c..82731fe 100644
--- a/README.md
+++ b/README.md
@@ -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:
```
{