From a0492cd61bd8340883fb0578c2e9e2164a5384b4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 13 Jan 2012 08:03:25 +0100 Subject: [PATCH] added domain attribute for AD servers --- PVE/API2/Domains.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) 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', -- 2.39.2