]> git.proxmox.com Git - pve-access-control.git/commit - PVE/AccessControl.pm
fix #2947 login name for the LDAP/AD realm can be case-insensitive
authorWolfgang Link <w.link@proxmox.com>
Tue, 8 Sep 2020 12:09:45 +0000 (14:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Sep 2020 04:14:53 +0000 (06:14 +0200)
commiteb41d2005159da16a8b9f50a5f972fdb029ee09e
treea9d3fa1bf6b3e36d6ef9fb9f706a75d74788195a
parent9de25de807b6843c971f1863e811cf76ee4c9b23
fix #2947 login name for the LDAP/AD realm can be case-insensitive

This is an optional for LDAP and AD realm.
The default behavior is case-sensitive.

Signed-off-by: Wolfgang Link <w.link@proxmox.com>
PVE/API2/AccessControl.pm
PVE/AccessControl.pm
PVE/Auth/AD.pm
PVE/Auth/LDAP.pm