From: Dietmar Maurer Date: Fri, 13 Jan 2012 07:03:25 +0000 (+0100) Subject: added domain attribute for AD servers X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=a0492cd61bd8340883fb0578c2e9e2164a5384b4;ds=sidebyside added domain attribute for AD servers --- diff --git a/PVE/API2/Domains.pm b/PVE/API2/Domains.pm index 26223d3..f080c71 100644 --- a/PVE/API2/Domains.pm +++ b/PVE/API2/Domains.pm @@ -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',