added domain attribute for AD servers

This commit is contained in:
Dietmar Maurer 2012-01-13 08:03:25 +01:00
parent e652173849
commit a0492cd61b

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