]> git.proxmox.com Git - pve-access-control.git/commitdiff
added domain attribute for AD servers
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 13 Jan 2012 07:03:25 +0000 (08:03 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 13 Jan 2012 07:03:25 +0000 (08:03 +0100)
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',