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 ^^^^^^^^^^^^^^^^^^