[pve-devel] applied: [Patch v3 access-control] fix #2947 login name for the LDAP/AD realm can be case-insensitive

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Sep 29 08:51:51 CEST 2020


On 08.09.20 14:09, Wolfgang Link wrote:
> This is an optional for LDAP and AD realm.
> The default behavior is case-sensitive.
> 
> Signed-off-by: Wolfgang Link <w.link at proxmox.com>
> ---
> v1 ->  v2:	* naming of paramenter
>                 * use grep instead of a loop, to avoid login errors
>                   with ambiguous usernames
> 
> v2 ->  v3:      * move lookup_username
>                 * use user- realm- regex instead write own
> 
>  PVE/API2/AccessControl.pm |  1 +
>  PVE/AccessControl.pm      | 22 ++++++++++++++++++++++
>  PVE/Auth/AD.pm            |  1 +
>  PVE/Auth/LDAP.pm          |  7 +++++++
>  4 files changed, 31 insertions(+)
> 
>

applied, thanks!





More information about the pve-devel mailing list