mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-14 16:19:48 +00:00
added domain attribute for AD servers
This commit is contained in:
parent
e652173849
commit
a0492cd61b
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user