]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/API2/Domains.pm
added domain attribute for AD servers
[pve-access-control.git] / PVE / API2 / Domains.pm
index 26223d3a2a1d8a722efcb1c963ccf7e44a4a3990..f080c716e92eeeecfdcdeae113166aa228001102 100644 (file)
@@ -100,6 +100,11 @@ __PACKAGE__->register_method ({
                maximum => 65535,
                optional => 1,
            },
+           domain => {
+               description => "AD domain name",
+               type => 'string',
+               optional => 1,
+           },
            base_dn => {
                description => "LDAP base domain name",
                type => 'string',
@@ -191,6 +196,11 @@ __PACKAGE__->register_method ({
                maximum => 65535,
                optional => 1,
            },
+           domain => {
+               description => "AD domain name",
+               type => 'string',
+               optional => 1,
+           },
            base_dn => {
                description => "LDAP base domain name",
                type => 'string',