]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/Auth/AD.pm
fix #2947 login name for the LDAP/AD realm can be case-insensitive
[pve-access-control.git] / PVE / Auth / AD.pm
index 4d64c2064ea39a14628f7b162f585c40fa3a62e5..88b2098355bd3d1bf9cfb32be6ea257083b891d1 100755 (executable)
@@ -94,6 +94,7 @@ sub options {
        group_classes => { optional => 1 },
        'sync-defaults-options' => { optional => 1 },
        mode => { optional => 1 },
+       'case-sensitive' => { optional => 1 },
     };
 }