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',