]> git.proxmox.com Git - pve-docs.git/commitdiff
pveum: move attrs. to props. to own heading & expand
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 May 2022 15:31:52 +0000 (17:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 May 2022 15:31:52 +0000 (17:31 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveum.adoc

index 38fd9413182149fd1f091f07c7b533a80b85355f..840067ecd52d6abfa669b58cb1129bf0ad12c302 100644 (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
 ^^^^^^^^^^^^^^^^^^