]> git.proxmox.com Git - pve-docs.git/blobdiff - pveum.adoc
storage: fixup PBS wiki link
[pve-docs.git] / pveum.adoc
index 7f8bd67762dfb96b6d79b833759cc7110d6cc335..4fbaa863794bd18e673fc8d5bcce1be892b39a88 100644 (file)
@@ -174,16 +174,22 @@ encryption can be configured.
 Syncing LDAP-based realms
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
-It is possible to sync users and groups for LDAP based realms using
-  pveum sync <realm>
-or in the `Authentication` panel of the GUI. Users and groups are synced
-to `/etc/pve/user.cfg`.
+[thumbnail="screenshot/gui-datacenter-realm-add-ldap.png"]
+
+It is possible to sync users and groups for LDAP based realms. You can use the
+CLI command
+
+----
+  pveum realm sync <realm>
+----
+or in the `Authentication` panel of the GUI. Users and groups are synced to the
+cluster-wide user configuration file `/etc/pve/user.cfg`.
 
 Requirements and limitations
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-The `bind_dn` is used to query the users and groups. This account
-needs access to all desired entries.
+The `bind_dn` is used to query the users and groups. This account needs access
+to all desired entries.
 
 The fields which represent the names of the users and groups can be configured
 via the `user_attr` and `group_name_attr` respectively. Only entries which
@@ -193,9 +199,12 @@ Groups are synced with `-$realm` attached to the name, to avoid naming
 conflicts. Please make sure that a sync does not overwrite manually created
 groups.
 
+[[pveum_ldap_sync_options]]
 Options
 ^^^^^^^
 
+[thumbnail="screenshot/gui-datacenter-realm-add-ldap-sync-options.png"]
+
 The main options for syncing are:
 
 * `dry-run`: No data is written to the config. This is useful if you want to
@@ -270,7 +279,7 @@ password into the user's 'Key IDs' field.
 Please refer to the https://developers.yubico.com/OTP/[YubiKey OTP]
 documentation for how to use the
 https://www.yubico.com/products/services-software/yubicloud/[YubiCloud] or
-https://developers.yubico.com/Software_Projects/YubiKey_OTP/YubiCloud_Validation_Servers/[host
+https://developers.yubico.com/Software_Projects/Yubico_OTP/YubiCloud_Validation_Servers/[host
 your own verification server].
 
 [[pveum_user_configured_totp]]