From 9c2fa0b595b700dfd49597670e323f5438933f3e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 2 May 2022 17:31:52 +0200 Subject: [PATCH] pveum: move attrs. to props. to own heading & expand Signed-off-by: Thomas Lamprecht --- pveum.adoc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pveum.adoc b/pveum.adoc index 38fd941..840067e 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -295,12 +295,21 @@ pveum realm sync Users and groups are synced to the cluster-wide configuration file, `/etc/pve/user.cfg`. + +Attributes to Properties +^^^^^^^^^^^^^^^^^^^^^^^^ + If the sync response includes user attributes, they will be synced into the -matching user property in the `user.cfg` (for example: 'firstname', 'lastname', -etc.). If the names of the attributes are not matching the PVE properties, you -can set a custom field-to-field map in the config with the 'sync_attributes' +matching user property in the `user.cfg`. For example: `firstname` or +`lastname`. + +If the names of the attributes are not matching the {pve} properties, you can +set a custom field-to-field map in the config by using the `sync_attributes` option. +How such properties are handled if anything vanishes can be controlled via the +sync options, see below. + Sync Configuration ^^^^^^^^^^^^^^^^^^ -- 2.39.2