]> git.proxmox.com Git - pve-docs.git/commitdiff
user management: add note about case-sensitivity for AD realm
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 Jul 2023 08:19:52 +0000 (10:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 Jul 2023 08:28:35 +0000 (10:28 +0200)
As there its really common to do things case insensitive a docs note
should help users to discover that Proxmox VE allows one to configure
and LDAP/AD realm to also work case insensitive.

While the UI option got added only recently in pve-manager's commit
c34c5418 ("ui: active directory realm: expose case-sensitive option")
mention it already, as there's a good chance that manager gets bumped
sooner than docs.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveum.adoc

index 3ff7f43b91e811fbb3d4b7a7e55fe26c4d27a365..e56e6486d3acb58c8f2bc95e3e4f2a3fa0a288f6 100644 (file)
@@ -282,6 +282,13 @@ The main configuration settings for Microsoft Active Directory are:
 
 * `Port` (`port`): The port that the Microsoft AD server listens on
 
+
+NOTE: Microsoft AD normally checks values like usernames without case
+sensitivity. To make {pve} do the same, you can disable the default
+`case-sensitive` option by editing the realm in the web UI, or using the CLI
+(change the `ID` with the realm ID):
+`pveum realm modify ID --case-sensitive 0`
+
 [[pveum_ldap_sync]]
 Syncing LDAP-Based Realms
 ~~~~~~~~~~~~~~~~~~~~~~~~~