From 62547dfabf0c861deaeebf712ec0df1ee54afebd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 2 Jul 2021 16:25:50 +0200 Subject: [PATCH] pveum: fix some typos Signed-off-by: Thomas Lamprecht --- pveum.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pveum.adoc b/pveum.adoc index 9329583..fe1eb3d 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -219,7 +219,7 @@ use encrypted `https://` connections. * `client-key`: Optional OpenID Client Key. * `autocreate`: Automatically create users if they do not exist. While -authentification is done at the OpenID server, all users still need an +authentication is done at the OpenID server, all users still need an entry in the {pve} user configuration. You can either add them manually, or use the `autocreate` option to automatically add new users. @@ -243,11 +243,11 @@ associate real users with that. The `username-claim` setting allows you to use other attributes for the username mapping. Setting it to `username` is preferred, if the -OpenId Connect server provides that attribute and guarrantee its +OpenId Connect server provides that attribute and guarantee its uniqueness. Another option is to use `email`, which also yields to human readable -usernames. Again, only use this setting if the server guarrantees the +usernames. Again, only use this setting if the server guarantees the uniqueness of this attribute. Examples -- 2.39.2