pveum: fix some typos

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-02 16:25:50 +02:00
parent f3ee27ebb4
commit 62547dfabf

View File

@ -219,7 +219,7 @@ use encrypted `https://` connections.
* `client-key`: Optional OpenID Client Key. * `client-key`: Optional OpenID Client Key.
* `autocreate`: Automatically create users if they do not exist. While * `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 entry in the {pve} user configuration. You can either add them
manually, or use the `autocreate` option to automatically add new manually, or use the `autocreate` option to automatically add new
users. users.
@ -243,11 +243,11 @@ associate real users with that.
The `username-claim` setting allows you to use other attributes for The `username-claim` setting allows you to use other attributes for
the username mapping. Setting it to `username` is preferred, if the 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. uniqueness.
Another option is to use `email`, which also yields to human readable 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. uniqueness of this attribute.
Examples Examples