]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/Auth/AD.pm
auth ldap/ad: make password a parameter for the api
[pve-access-control.git] / PVE / Auth / AD.pm
index 4f40be3736a6eb3734f0f9113662315157e0562a..24b0e9f7c23af42e2edea820c4e299a03e91ba80 100755 (executable)
@@ -83,6 +83,7 @@ sub options {
        certkey => { optional => 1 },
        base_dn => { optional => 1 },
        bind_dn => { optional => 1 },
+       password => { optional => 1 },
        user_attr => { optional => 1 },
        filter => { optional => 1 },
        sync_attributes => { optional => 1 },