pveum: move attrs. to props. to own heading & expand

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-02 17:31:52 +02:00
parent 78881712eb
commit 9c2fa0b595

View File

@ -295,12 +295,21 @@ pveum realm sync <realm>
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
^^^^^^^^^^^^^^^^^^