mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-14 21:25:58 +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,
|
maximum => 65535,
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
|
domain => {
|
||||||
|
description => "AD domain name",
|
||||||
|
type => 'string',
|
||||||
|
optional => 1,
|
||||||
|
},
|
||||||
base_dn => {
|
base_dn => {
|
||||||
description => "LDAP base domain name",
|
description => "LDAP base domain name",
|
||||||
type => 'string',
|
type => 'string',
|
||||||
@ -191,6 +196,11 @@ __PACKAGE__->register_method ({
|
|||||||
maximum => 65535,
|
maximum => 65535,
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
|
domain => {
|
||||||
|
description => "AD domain name",
|
||||||
|
type => 'string',
|
||||||
|
optional => 1,
|
||||||
|
},
|
||||||
base_dn => {
|
base_dn => {
|
||||||
description => "LDAP base domain name",
|
description => "LDAP base domain name",
|
||||||
type => 'string',
|
type => 'string',
|
||||||
|
Loading…
Reference in New Issue
Block a user